aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/hooks
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-21 15:05:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-21 15:10:20 -0700
commit0a379aefe4f76966fe3cca0bb91e1c5406019451 (patch)
tree804cdab0e295bea994d35c0ad7e5981656be1c6f /tensorflow/contrib/hooks
parent12c4775b378fefe1351c454d9516775663559c4f (diff)
Further BUILD cleanup
PiperOrigin-RevId: 159749869
Diffstat (limited to 'tensorflow/contrib/hooks')
-rw-r--r--tensorflow/contrib/hooks/BUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/tensorflow/contrib/hooks/BUILD b/tensorflow/contrib/hooks/BUILD
index b6920ffd3d..d81e868d4a 100644
--- a/tensorflow/contrib/hooks/BUILD
+++ b/tensorflow/contrib/hooks/BUILD
@@ -19,12 +19,11 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
- "//tensorflow/contrib/framework:framework_py",
- "//tensorflow/python:framework",
- "//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:state_ops",
+ "//tensorflow/core:protos_all_py",
+ "//tensorflow/python:client",
+ "//tensorflow/python:platform",
"//tensorflow/python:training",
- "//tensorflow/python:variables",
+ "//tensorflow/python:util",
],
)
@@ -35,10 +34,12 @@ py_test(
srcs_version = "PY2AND3",
deps = [
":hooks",
+ "//tensorflow/contrib/framework:framework_py",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:platform_test",
+ "//tensorflow/python:platform",
+ "//tensorflow/python:state_ops",
+ "//tensorflow/python:training",
],
)