aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/batching/BUILD')
-rw-r--r--tensorflow/contrib/batching/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD
index b6dae3cc1f..b27a19b16c 100644
--- a/tensorflow/contrib/batching/BUILD
+++ b/tensorflow/contrib/batching/BUILD
@@ -50,6 +50,14 @@ cc_library(
)
cc_library(
+ name = "serial_device_batch_scheduler",
+ hdrs = ["serial_device_batch_scheduler.h"],
+ deps = [
+ "//tensorflow/core/kernels/batching_util:serial_device_batch_scheduler",
+ ],
+)
+
+cc_library(
name = "basic_batch_scheduler",
hdrs = ["basic_batch_scheduler.h"],
deps = [