aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/image_retraining/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/image_retraining/BUILD')
-rw-r--r--tensorflow/examples/image_retraining/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/examples/image_retraining/BUILD b/tensorflow/examples/image_retraining/BUILD
index 9f9244a74c..ecd79a3b00 100644
--- a/tensorflow/examples/image_retraining/BUILD
+++ b/tensorflow/examples/image_retraining/BUILD
@@ -49,15 +49,3 @@ py_test(
"//third_party/py/numpy",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)