aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-16 18:16:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-16 18:26:25 -0800
commit58201a058853de647b37ddb0ccf63d89b2357f03 (patch)
treea70f1626ef6c6bae985c3b581e2a6f9ce6f6b96e /tensorflow/contrib/copy_graph
parent157dbdda6d7d6e4f679c5e89d0bd3e8c0a6085d5 (diff)
Remove hourglass imports from even more tests
Change: 142318245
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/copy_graph/BUILD b/tensorflow/contrib/copy_graph/BUILD
index a168681635..2d57abbf67 100644
--- a/tensorflow/contrib/copy_graph/BUILD
+++ b/tensorflow/contrib/copy_graph/BUILD
@@ -16,6 +16,7 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
+ "//tensorflow/python:client",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:session",
"//tensorflow/python:variables",