aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/copy_graph/BUILD')
-rw-r--r--tensorflow/contrib/copy_graph/BUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/tensorflow/contrib/copy_graph/BUILD b/tensorflow/contrib/copy_graph/BUILD
index 2d57abbf67..d46e83c7ed 100644
--- a/tensorflow/contrib/copy_graph/BUILD
+++ b/tensorflow/contrib/copy_graph/BUILD
@@ -29,10 +29,16 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":copy_graph_py",
- "//tensorflow:tensorflow_py",
"//tensorflow/contrib/framework:framework_py",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:client",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:framework_test_lib",
+ "//tensorflow/python:math_ops",
"//tensorflow/python:platform_test",
+ "//tensorflow/python:variables",
+ "//third_party/py/numpy",
],
)