Skip to content

Commit ca181a5

Browse files
committed
build: declare savedmodel loader dep
1 parent aea67a5 commit ca181a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/patch_tfjava.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ def patch_workspace(path: Path) -> None:
930930
+ ":tf_status",
931931
+ ":tf_tensor",
932932
+ "@com_google_absl//absl/strings",
933+
+ "//tensorflow/cc/saved_model:loader",
933934
+ "//tensorflow/cc/saved_model:loader_lite",
934935
+ "//tensorflow/cc:gradients",
935936
+ "//tensorflow/cc:ops",

0 commit comments

Comments
 (0)