aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/remote_fused_graph
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-24 06:04:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-24 06:08:51 -0700
commit51897371c86d93db8e6edce97e918979085fdde9 (patch)
tree9e89f5e89ad09ab054476e717bc61f95389eae13 /tensorflow/contrib/remote_fused_graph
parent2661f6841d0ad9ec1381d177a1f9df02e73d001c (diff)
Further BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 162925024
Diffstat (limited to 'tensorflow/contrib/remote_fused_graph')
-rw-r--r--tensorflow/contrib/remote_fused_graph/pylib/BUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/tensorflow/contrib/remote_fused_graph/pylib/BUILD b/tensorflow/contrib/remote_fused_graph/pylib/BUILD
index 288f59fed4..27f0a7f58f 100644
--- a/tensorflow/contrib/remote_fused_graph/pylib/BUILD
+++ b/tensorflow/contrib/remote_fused_graph/pylib/BUILD
@@ -24,7 +24,12 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":gen_remote_fused_graph_ops",
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:framework_test_lib",
+ "//tensorflow/python:platform_test",
+ "//tensorflow/python:util",
+ "//third_party/py/numpy",
],
)
@@ -37,9 +42,9 @@ py_test(
deps = [
":remote_fused_graph_ops_py",
"//tensorflow/core:protos_all_py",
- "//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:nn_ops",
+ "//tensorflow/python:framework_test_lib",
+ "//tensorflow/python:platform_test",
"//third_party/py/numpy",
],
)