Skip to content

Commit 35f8b1f

Browse files
Fix freeze_graph.
Change: 143497500
1 parent a023d0b commit 35f8b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tensorflow/python/tools

tensorflow/python/tools/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ py_binary(
2121
srcs = ["freeze_graph.py"],
2222
srcs_version = "PY2AND3",
2323
deps = [
24+
"//tensorflow:tensorflow_py",
2425
"//tensorflow/core:protos_all_py",
2526
"//tensorflow/python:client",
2627
"//tensorflow/python:framework",

0 commit comments

Comments
 (0)