aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/input_pipeline
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2018-03-28 20:46:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-28 20:49:47 -0700
commitbb582f1b6fad474bc446c78a6683247a8eb6048e (patch)
tree723033399aa0fea97e134c25423edc3293140bb1 /tensorflow/contrib/input_pipeline
parent789e442513e85ab1caeb1e03997b0aafa3cd76d7 (diff)
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
Diffstat (limited to 'tensorflow/contrib/input_pipeline')
-rw-r--r--tensorflow/contrib/input_pipeline/BUILD11
-rw-r--r--tensorflow/contrib/input_pipeline/kernels/BUILD11
2 files changed, 0 insertions, 22 deletions
diff --git a/tensorflow/contrib/input_pipeline/BUILD b/tensorflow/contrib/input_pipeline/BUILD
index 9d6b4d5d87..0e34315db4 100644
--- a/tensorflow/contrib/input_pipeline/BUILD
+++ b/tensorflow/contrib/input_pipeline/BUILD
@@ -114,14 +114,3 @@ tf_cc_tests(
"//tensorflow/core:testlib",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
-)
diff --git a/tensorflow/contrib/input_pipeline/kernels/BUILD b/tensorflow/contrib/input_pipeline/kernels/BUILD
index f20a6e38d4..797605b8fe 100644
--- a/tensorflow/contrib/input_pipeline/kernels/BUILD
+++ b/tensorflow/contrib/input_pipeline/kernels/BUILD
@@ -17,14 +17,3 @@ cc_library(
],
alwayslink = 1,
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
-)