aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-19 03:19:57 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-19 03:24:42 -0700
commitac7530e54ddaa17c17e070e5a141002c43b86275 (patch)
treedcb6beada8a0600c5ba31ef7084291c2c3505cd0 /tensorflow/contrib/copy_graph/BUILD
parenta555b786bb5ca046ffe2bbb2b1615ab24851e954 (diff)
Further BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 162466482
Diffstat (limited to 'tensorflow/contrib/copy_graph/BUILD')
-rw-r--r--tensorflow/contrib/copy_graph/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/contrib/copy_graph/BUILD b/tensorflow/contrib/copy_graph/BUILD
index f47a084db1..e683f6229f 100644
--- a/tensorflow/contrib/copy_graph/BUILD
+++ b/tensorflow/contrib/copy_graph/BUILD
@@ -20,7 +20,7 @@ py_library(
deps = [
"//tensorflow/python:client",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:session",
+ "//tensorflow/python:util",
"//tensorflow/python:variables",
],
)
@@ -37,9 +37,7 @@ py_test(
"//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",
],