aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/losses/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/losses/BUILD')
-rw-r--r--tensorflow/python/ops/losses/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/python/ops/losses/BUILD b/tensorflow/python/ops/losses/BUILD
index 07741e0c3c..4aea0265a7 100644
--- a/tensorflow/python/ops/losses/BUILD
+++ b/tensorflow/python/ops/losses/BUILD
@@ -43,15 +43,3 @@ py_test(
"//tensorflow/python:framework_for_generated_wrappers",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)