aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/batching/kernels/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/batching/kernels/BUILD')
-rw-r--r--tensorflow/contrib/batching/kernels/BUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/tensorflow/contrib/batching/kernels/BUILD b/tensorflow/contrib/batching/kernels/BUILD
deleted file mode 100644
index 6e53dd9a5f..0000000000
--- a/tensorflow/contrib/batching/kernels/BUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Description:
-# Contains kernels for the batching ops.
-
-package(default_visibility = ["//tensorflow:__subpackages__"])
-
-licenses(["notice"]) # Apache 2.0
-
-exports_files(["LICENSE"])
-
-cc_library(
- name = "batch_kernels",
- srcs = ["batch_kernels.cc"],
- deps = [
- "//tensorflow/contrib/batching:shared_batch_scheduler_hdrs",
- "//tensorflow/contrib/batching/util:periodic_function_dynamic",
- "//tensorflow/core:framework_headers_lib",
- "//tensorflow/core:protos_all_cc",
- "//tensorflow/core/kernels:concat_lib_hdrs",
- "//tensorflow/core/kernels:ops_util_hdrs",
- "//tensorflow/core/kernels:split_lib_hdrs",
- ],
- alwayslink = 1,
-)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
-)