aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/input_pipeline
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-16 18:16:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-16 18:26:25 -0800
commit58201a058853de647b37ddb0ccf63d89b2357f03 (patch)
treea70f1626ef6c6bae985c3b581e2a6f9ce6f6b96e /tensorflow/contrib/input_pipeline
parent157dbdda6d7d6e4f679c5e89d0bd3e8c0a6085d5 (diff)
Remove hourglass imports from even more tests
Change: 142318245
Diffstat (limited to 'tensorflow/contrib/input_pipeline')
-rw-r--r--tensorflow/contrib/input_pipeline/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/input_pipeline/BUILD b/tensorflow/contrib/input_pipeline/BUILD
index 6b88b6eb4c..0c2e065e60 100644
--- a/tensorflow/contrib/input_pipeline/BUILD
+++ b/tensorflow/contrib/input_pipeline/BUILD
@@ -58,9 +58,11 @@ py_library(
deps = [
":input_pipeline_ops",
"//tensorflow/contrib/util:util_py",
+ "//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
"//tensorflow/python:platform",
+ "//tensorflow/python:state_ops",
"//tensorflow/python:variable_scope",
],
)