aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-10-30 07:22:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-30 07:28:55 -0700
commitef4490f637e17f3ce599f55522e63d06f470e540 (patch)
tree84d51477d3fb3f76147f6fb70be99d51745a7bd1 /tensorflow/contrib/batching
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index ae3f48f1b2..8b7df4a84c 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -177,14 +177,13 @@ tf_custom_op_py_library(
deps = [
":batch_ops",
"//tensorflow/contrib/util:util_py",
+ "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",
- "//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:math_ops",
+ "//tensorflow/python:gradients",
"//tensorflow/python:platform",
- "//tensorflow/python:state_ops",
- "//tensorflow/python:variable_scope",
- "//tensorflow/python:variables",
+ "//tensorflow/python:script_ops",
+ "//tensorflow/python:util",
],
)