aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/input_pipeline
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-18 14:25:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-18 14:29:21 -0700
commit360bcbecf9b807e89dfc1200b1d8cb7fcd53b077 (patch)
tree4ad83f510006e056fd486b18378823e337722db3 /tensorflow/contrib/input_pipeline
parent348812b4a56ca460d2006abf1032f9ad9c86a084 (diff)
Selected BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 159373397
Diffstat (limited to 'tensorflow/contrib/input_pipeline')
-rw-r--r--tensorflow/contrib/input_pipeline/BUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/tensorflow/contrib/input_pipeline/BUILD b/tensorflow/contrib/input_pipeline/BUILD
index 9aa5763efc..bb7857eb99 100644
--- a/tensorflow/contrib/input_pipeline/BUILD
+++ b/tensorflow/contrib/input_pipeline/BUILD
@@ -82,9 +82,10 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":input_pipeline_py",
- "//tensorflow:tensorflow_py",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:platform_test",
+ "//tensorflow/python:client_testlib",
+ "//tensorflow/python:constant_op",
+ "//tensorflow/python:dtypes",
+ "//tensorflow/python:errors",
"//tensorflow/python:state_ops",
"//tensorflow/python:variables",
],