aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/slim
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/slim
parent2e54fd6de78d84af6b26f537ee25c5a625adce3b (diff)
BUILD cleanup in contrib/...
PiperOrigin-RevId: 173889798
Diffstat (limited to 'tensorflow/contrib/slim')
-rw-r--r--tensorflow/contrib/slim/BUILD2
-rw-r--r--tensorflow/contrib/slim/python/slim/data/BUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/contrib/slim/BUILD b/tensorflow/contrib/slim/BUILD
index d2664b612c..23c23af2f4 100644
--- a/tensorflow/contrib/slim/BUILD
+++ b/tensorflow/contrib/slim/BUILD
@@ -48,7 +48,6 @@ py_library(
srcs = ["python/slim/learning.py"],
srcs_version = "PY2AND3",
deps = [
- "//tensorflow/contrib/framework:framework_py",
"//tensorflow/contrib/training:training_py",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:client",
@@ -78,7 +77,6 @@ py_test(
"//tensorflow/contrib/losses:losses_py",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:array_ops",
- "//tensorflow/python:client",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
diff --git a/tensorflow/contrib/slim/python/slim/data/BUILD b/tensorflow/contrib/slim/python/slim/data/BUILD
index fc71a5fe41..5daabbd62e 100644
--- a/tensorflow/contrib/slim/python/slim/data/BUILD
+++ b/tensorflow/contrib/slim/python/slim/data/BUILD
@@ -68,13 +68,13 @@ py_test(
":tfexample_decoder",
"//tensorflow/contrib/slim:queues",
"//tensorflow/python:array_ops",
- "//tensorflow/python:client",
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:image_ops",
"//tensorflow/python:io_ops",
"//tensorflow/python:parsing_ops",
"//tensorflow/python:platform",
+ "//tensorflow/python:session",
],
)
@@ -187,6 +187,7 @@ py_test(
"//tensorflow/python:control_flow_ops",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:image_ops",
+ "//tensorflow/python:lookup_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:parsing_ops",
"//third_party/py/numpy",