aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/quantization/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/quantization/BUILD')
-rw-r--r--tensorflow/tools/quantization/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/tools/quantization/BUILD b/tensorflow/tools/quantization/BUILD
index e99ad06a06..17443a8617 100644
--- a/tensorflow/tools/quantization/BUILD
+++ b/tensorflow/tools/quantization/BUILD
@@ -76,15 +76,3 @@ py_binary(
"//tensorflow/python:platform",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)