aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-30 09:36:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-30 09:40:03 -0700
commit21461213dd545ec0e598a74544e2a087492551e7 (patch)
tree714b83f0fe6bfbc8a94a023d3b62015e1a426a1b /tensorflow/contrib/batching
parent4788ca2be18eaee103e28d21f73cd9a47e9c3797 (diff)
Remove unused BUILD dependencies
PiperOrigin-RevId: 157473460
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD2
-rw-r--r--tensorflow/contrib/batching/util/BUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index b441906cd4..800d55b127 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -21,7 +21,6 @@ cc_library(
name = "batch_scheduler",
hdrs = ["batch_scheduler.h"],
deps = [
- ":batch_scheduler_hdrs",
"//tensorflow/core:lib",
],
)
@@ -54,7 +53,6 @@ cc_library(
deps = [
":batch_scheduler",
":shared_batch_scheduler_hdrs",
- "//tensorflow/contrib/batching/util:periodic_function",
"//tensorflow/core:lib",
],
alwayslink = 1,
diff --git a/tensorflow/contrib/batching/util/BUILD b/tensorflow/contrib/batching/util/BUILD
index e69d6ecd8f..3d140c73a4 100644
--- a/tensorflow/contrib/batching/util/BUILD
+++ b/tensorflow/contrib/batching/util/BUILD
@@ -47,7 +47,6 @@ cc_test(
deps = [
":periodic_function",
"//tensorflow/contrib/batching/test_util:fake_clock_env",
- "//tensorflow/core:tensorflow",
"//tensorflow/core:test_main",
],
)