aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-25 04:19:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-25 04:23:53 -0700
commit6b7fdadeb3dcaef5331596adf116f5ffb02c225a (patch)
treebbd9afb6245d299f0a9006c618e00c17dbd65ae0 /tensorflow/contrib/copy_graph
parent25c4f279402c3f9516314ee40ee398fc57ffb78e (diff)
BUILD cleanup
PiperOrigin-RevId: 166461274
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/copy_graph/BUILD b/tensorflow/contrib/copy_graph/BUILD
index e683f6229f..8ad1f23cfa 100644
--- a/tensorflow/contrib/copy_graph/BUILD
+++ b/tensorflow/contrib/copy_graph/BUILD
@@ -18,8 +18,8 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
- "//tensorflow/python:client",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:session",
"//tensorflow/python:util",
"//tensorflow/python:variables",
],
@@ -34,10 +34,10 @@ py_test(
":copy_graph_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:math_ops",
+ "//tensorflow/python:session",
"//tensorflow/python:variables",
"//third_party/py/numpy",
],