aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-09-14 00:39:45 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-14 00:43:24 -0700
commit4a90280d7e2759e9dab3c18029e71aa4f4524c99 (patch)
treec2ffbe7c72af8332bf79319fde9b7010643654a5 /tensorflow/contrib/batching
parent131a4240ce068e773c94adcd36d607ee07a26be5 (diff)
Automated g4 rollback of changelist 158565259
PiperOrigin-RevId: 168650887
Diffstat (limited to 'tensorflow/contrib/batching')
-rw-r--r--tensorflow/contrib/batching/BUILD3
-rw-r--r--tensorflow/contrib/batching/util/BUILD1
2 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index dec602d733..cdb6223960 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -24,7 +24,6 @@ cc_library(
cc_test(
name = "batch_scheduler_test",
- size = "small",
srcs = ["batch_scheduler_test.cc"],
deps = [
":batch_scheduler",
@@ -57,7 +56,6 @@ cc_library(
cc_test(
name = "shared_batch_scheduler_test",
- size = "small",
srcs = ["shared_batch_scheduler_test.cc"],
deps = [
":shared_batch_scheduler",
@@ -79,7 +77,6 @@ cc_library(
cc_test(
name = "basic_batch_scheduler_test",
- size = "small",
srcs = ["basic_batch_scheduler_test.cc"],
deps = [
":basic_batch_scheduler",
diff --git a/tensorflow/contrib/batching/util/BUILD b/tensorflow/contrib/batching/util/BUILD
index 12666504eb..42ea0640a2 100644
--- a/tensorflow/contrib/batching/util/BUILD
+++ b/tensorflow/contrib/batching/util/BUILD
@@ -40,7 +40,6 @@ cc_library(
cc_test(
name = "periodic_function_test",
- size = "small",
srcs = ["periodic_function_test.cc"],
deps = [
":periodic_function_dynamic",