Skip to content

Commit

Permalink
Autofill for SavedModel
Browse files Browse the repository at this point in the history
  • Loading branch information
David Goodwin committed Nov 14, 2018
1 parent fadfbbe commit ea9b6ed
Show file tree
Hide file tree
Showing 16 changed files with 857 additions and 143 deletions.
17 changes: 17 additions & 0 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@ serving_proto_library_py(
],
)

cc_library(
name = "autofill",
srcs = ["autofill.cc"],
hdrs = ["autofill.h"],
deps = [
":constants",
":logging",
":model_config",
":model_config_proto",
"@org_tensorflow//tensorflow/cc/saved_model:tag_constants",
"@org_tensorflow//tensorflow/c:c_api",
"@org_tensorflow//tensorflow/core:lib",
],
)

cc_library(
name = "constants",
hdrs = ["constants.h"],
Expand Down Expand Up @@ -299,7 +314,9 @@ cc_library(
srcs = ["utils.cc"],
hdrs = ["utils.h"],
deps = [
":autofill",
":constants",
":logging",
":model_config_proto",
"@org_tensorflow//tensorflow/c:c_api",
"@org_tensorflow//tensorflow/core:lib",
Expand Down
Loading

0 comments on commit ea9b6ed

Please sign in to comment.