aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/labeled_tensor
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/labeled_tensor
parentc936bedaa07fdf3720a19c8cae6d6edc4e7db256 (diff)
Selected BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 159673079
Diffstat (limited to 'tensorflow/contrib/labeled_tensor')
-rw-r--r--tensorflow/contrib/labeled_tensor/BUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/tensorflow/contrib/labeled_tensor/BUILD b/tensorflow/contrib/labeled_tensor/BUILD
index 55258f264a..4eba29caec 100644
--- a/tensorflow/contrib/labeled_tensor/BUILD
+++ b/tensorflow/contrib/labeled_tensor/BUILD
@@ -36,6 +36,7 @@ py_library(
srcs = ["python/ops/_typecheck.py"],
srcs_version = "PY2AND3",
visibility = [":__subpackages__"],
+ deps = ["//tensorflow/python:util"],
)
py_library(
@@ -48,6 +49,7 @@ py_library(
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
"//third_party/py/numpy",
+ "@six_archive//:six",
],
)
@@ -56,8 +58,6 @@ py_library(
srcs = ["python/ops/test_util.py"],
srcs_version = "PY2AND3",
deps = [
- ":_typecheck",
- ":core",
"//tensorflow/python:client_testlib",
"//tensorflow/python:training",
],
@@ -92,6 +92,7 @@ py_library(
"//tensorflow/python:array_ops",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:parsing_ops",
+ "@six_archive//:six",
],
)
@@ -105,7 +106,6 @@ py_test(
deps = [
":core",
":io_ops",
- ":ops",
":test_util",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:array_ops",
@@ -151,11 +151,13 @@ py_library(
":core",
"//tensorflow/python:array_ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:functional_ops",
"//tensorflow/python:math_ops",
"//tensorflow/python:numerics",
"//tensorflow/python:random_ops",
"//tensorflow/python:training",
"//third_party/py/numpy",
+ "@six_archive//:six",
],
)
@@ -175,6 +177,7 @@ py_test(
"//tensorflow/python:errors",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:math_ops",
+ "//tensorflow/python:string_ops",
"//third_party/py/numpy",
],
)
@@ -188,6 +191,7 @@ py_library(
":core",
":ops",
"//tensorflow/python:framework_for_generated_wrappers",
+ "@six_archive//:six",
],
)