aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lookup
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-21 03:01:21 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-21 03:04:38 -0700
commit50d1c07a42c60c25c409449136359c9ff8262944 (patch)
tree50156419c7858f03c57842f4cacbe5d31411936c /tensorflow/contrib/lookup
parentc936bedaa07fdf3720a19c8cae6d6edc4e7db256 (diff)
Selected BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 159673079
Diffstat (limited to 'tensorflow/contrib/lookup')
-rw-r--r--tensorflow/contrib/lookup/BUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/tensorflow/contrib/lookup/BUILD b/tensorflow/contrib/lookup/BUILD
index 1090cecab5..b8455477b0 100644
--- a/tensorflow/contrib/lookup/BUILD
+++ b/tensorflow/contrib/lookup/BUILD
@@ -18,14 +18,9 @@ py_library(
],
srcs_version = "PY2AND3",
deps = [
- "//tensorflow/python:array_ops",
- "//tensorflow/python:constant_op",
- "//tensorflow/python:control_flow_ops",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:lookup_ops",
"//tensorflow/python:lookup_ops_gen",
- "//tensorflow/python:math_ops",
- "//tensorflow/python:string_ops",
"//tensorflow/python:training",
"//tensorflow/python:util",
],
@@ -42,11 +37,10 @@ py_test(
"//tensorflow/python:client",
"//tensorflow/python:client_testlib",
"//tensorflow/python:errors",
- "//tensorflow/python:framework",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:framework_test_lib",
"//tensorflow/python:lookup_ops",
- "//tensorflow/python:platform_test",
+ "//tensorflow/python:sparse_tensor",
"//tensorflow/python:training",
"//tensorflow/python:variables",
"//third_party/py/numpy",