aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/factorization/examples/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/factorization/examples/BUILD')
-rw-r--r--tensorflow/contrib/factorization/examples/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/tensorflow/contrib/factorization/examples/BUILD b/tensorflow/contrib/factorization/examples/BUILD
index 363baa121a..bbe842bd5c 100644
--- a/tensorflow/contrib/factorization/examples/BUILD
+++ b/tensorflow/contrib/factorization/examples/BUILD
@@ -21,3 +21,14 @@ tf_py_test(
],
tags = ["notsan"],
)
+
+filegroup(
+ name = "all_files",
+ srcs = glob(
+ ["**/*"],
+ exclude = [
+ "**/METADATA",
+ "**/OWNERS",
+ ],
+ ),
+)