aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/saved_model/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/saved_model/BUILD')
-rw-r--r--tensorflow/examples/saved_model/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/tensorflow/examples/saved_model/BUILD b/tensorflow/examples/saved_model/BUILD
index 1cdf5ec6e1..ebefc6576d 100644
--- a/tensorflow/examples/saved_model/BUILD
+++ b/tensorflow/examples/saved_model/BUILD
@@ -8,19 +8,6 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- "g3doc/sitemap.md",
- ],
- ),
- visibility = ["//visibility:public"],
-)
-
py_binary(
name = "saved_model_half_plus_two",
srcs = [