aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-10 07:24:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-10 07:29:10 -0700
commitbf267f366b5f4ed4f27ee36e99fae2f6661891bb (patch)
tree9e5c2f872a0a613bcf57268ca5d50f21de858c0d /tensorflow/contrib/batching
parenteff704b61d8665232cf60f082f64077054fe7917 (diff)
Further BUILD cleanup in tensorflow/contrib/...
PiperOrigin-RevId: 161391365
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index 3cf8c318eb..fac4c41d83 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -26,9 +26,7 @@ cc_library(
cc_test(
name = "batch_scheduler_test",
size = "small",
- srcs = [
- "batch_scheduler_test.cc",
- ],
+ srcs = ["batch_scheduler_test.cc"],
deps = [
":batch_scheduler",
"//tensorflow/core:lib",
@@ -52,7 +50,6 @@ cc_library(
hdrs = ["shared_batch_scheduler.h"],
deps = [
":batch_scheduler",
- ":shared_batch_scheduler_hdrs",
"//tensorflow/contrib/batching/util:periodic_function_dynamic",
"//tensorflow/core:lib",
],
@@ -62,9 +59,7 @@ cc_library(
cc_test(
name = "shared_batch_scheduler_test",
size = "small",
- srcs = [
- "shared_batch_scheduler_test.cc",
- ],
+ srcs = ["shared_batch_scheduler_test.cc"],
deps = [
":shared_batch_scheduler",
"//tensorflow/contrib/batching/test_util:fake_clock_env",
@@ -86,9 +81,7 @@ cc_library(
cc_test(
name = "basic_batch_scheduler_test",
size = "small",
- srcs = [
- "basic_batch_scheduler_test.cc",
- ],
+ srcs = ["basic_batch_scheduler_test.cc"],
deps = [
":basic_batch_scheduler",
":batch_scheduler",
@@ -125,9 +118,7 @@ load("//tensorflow:tensorflow.bzl", "tf_custom_op_py_library")
tf_custom_op_library(
name = "python/ops/_batch_ops.so",
- srcs = [
- "ops/batch_ops.cc",
- ],
+ srcs = ["ops/batch_ops.cc"],
deps = [
"//tensorflow/contrib/batching/kernels:batch_kernels",
],