aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/labeled_tensor
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-12-14 16:30:24 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-12-14 16:43:13 -0800
commit5866e065bc95c1d7de8a27413b368016941889a6 (patch)
tree55b7db600e38b3a799ab39053cd99e61204f840b /tensorflow/contrib/labeled_tensor
parent38a664cd961762e64899187a31a1b86cbe5a992e (diff)
Remove hourglass imports from kernel_tests
Change: 142080137
Diffstat (limited to 'tensorflow/contrib/labeled_tensor')
-rw-r--r--tensorflow/contrib/labeled_tensor/BUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/tensorflow/contrib/labeled_tensor/BUILD b/tensorflow/contrib/labeled_tensor/BUILD
index 41b7c778a5..709ab0e4aa 100644
--- a/tensorflow/contrib/labeled_tensor/BUILD
+++ b/tensorflow/contrib/labeled_tensor/BUILD
@@ -33,6 +33,9 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":_typecheck",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:math_ops",
],
)
@@ -55,6 +58,7 @@ py_test(
],
srcs_version = "PY2AND3",
deps = [
+ ":_typecheck",
":core",
":test_util",
"//tensorflow:tensorflow_py",
@@ -66,7 +70,11 @@ py_library(
srcs = ["python/ops/io_ops.py"],
srcs_version = "PY2AND3",
deps = [
+ ":_typecheck",
":core",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:parsing_ops",
],
)
@@ -78,6 +86,7 @@ py_test(
],
srcs_version = "PY2AND3",
deps = [
+ ":core",
":io_ops",
":ops",
":test_util",
@@ -91,6 +100,7 @@ py_library(
srcs_version = "PY2AND3",
deps = [
":core",
+ "//tensorflow/python:nn",
],
)
@@ -102,6 +112,7 @@ py_test(
],
srcs_version = "PY2AND3",
deps = [
+ ":core",
":nn",
":test_util",
"//tensorflow:tensorflow_py",
@@ -113,7 +124,14 @@ py_library(
srcs = ["python/ops/ops.py"],
srcs_version = "PY2AND3",
deps = [
+ ":_typecheck",
":core",
+ "//tensorflow/python:array_ops",
+ "//tensorflow/python:framework_for_generated_wrappers",
+ "//tensorflow/python:math_ops",
+ "//tensorflow/python:numerics",
+ "//tensorflow/python:random_ops",
+ "//tensorflow/python:training",
],
)
@@ -125,6 +143,7 @@ py_test(
],
srcs_version = "PY2AND3",
deps = [
+ ":core",
":ops",
":test_util",
"//tensorflow:tensorflow_py",
@@ -136,8 +155,10 @@ py_library(
srcs = ["python/ops/sugar.py"],
srcs_version = "PY2AND3",
deps = [
+ ":_typecheck",
":core",
":ops",
+ "//tensorflow/python:framework_for_generated_wrappers",
],
)
@@ -149,6 +170,8 @@ py_test(
],
srcs_version = "PY2AND3",
deps = [
+ ":core",
+ ":ops",
":sugar",
":test_util",
"//tensorflow:tensorflow_py",