Skip to content

Commit 1936fdf

Browse files
jam14jtensorflower-gardener
authored andcommitted
Remove all unused glob "all_files" filegroups.
PiperOrigin-RevId: 519799882
1 parent c24be86 commit 1936fdf

9 files changed

Lines changed: 0 additions & 106 deletions

File tree

tensorflow/java/src/main/java/org/tensorflow/examples/BUILD

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,3 @@ java_binary(
1313
main_class = "org.tensorflow.examples.LabelImage",
1414
deps = ["//tensorflow/java:tensorflow"],
1515
)
16-
17-
filegroup(
18-
name = "all_files",
19-
srcs = glob(
20-
["**/*"],
21-
exclude = [
22-
"**/METADATA",
23-
"**/OWNERS",
24-
# Exclude any .class files that might have been generated
25-
# by manual invocations of javac as described in
26-
# tensorflow/java/README.md
27-
"**/*.class",
28-
],
29-
),
30-
visibility = ["//visibility:private"],
31-
)

tensorflow/java/src/main/native/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,3 @@ genrule(
6969
outs = ["jni_md.h"],
7070
cmd = "cp -f $< $@",
7171
)
72-
73-
filegroup(
74-
name = "all_files",
75-
srcs = glob(
76-
["**/*"],
77-
exclude = [
78-
"**/METADATA",
79-
"**/OWNERS",
80-
],
81-
),
82-
visibility = ["//tensorflow:__subpackages__"],
83-
)

tensorflow/lite/kernels/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,18 +2676,6 @@ cc_test(
26762676
],
26772677
)
26782678

2679-
filegroup(
2680-
name = "all_files",
2681-
srcs = glob(
2682-
["**/*"],
2683-
exclude = [
2684-
"**/METADATA",
2685-
"**/OWNERS",
2686-
],
2687-
),
2688-
visibility = ["//tensorflow:__subpackages__"],
2689-
)
2690-
26912679
cc_test(
26922680
name = "mirror_pad_test",
26932681
srcs = ["mirror_pad_test.cc"],

tensorflow/python/autograph/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ package(
55
licenses = ["notice"],
66
)
77

8-
filegroup(
9-
name = "all_files",
10-
srcs = glob(
11-
["**/*"],
12-
exclude = [
13-
"**/METADATA",
14-
"**/OWNERS",
15-
],
16-
),
17-
visibility = ["//visibility:private"],
18-
)
19-
208
py_strict_library(
219
name = "autograph",
2210
srcs = [

tensorflow/python/autograph/operators/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ package(
55
licenses = ["notice"],
66
)
77

8-
filegroup(
9-
name = "all_files",
10-
srcs = glob(
11-
["**/*"],
12-
exclude = [
13-
"**/METADATA",
14-
"**/OWNERS",
15-
],
16-
),
17-
visibility = ["//visibility:private"],
18-
)
19-
208
py_library(
219
name = "operators",
2210
srcs = [

tensorflow/python/kernel_tests/linalg/testdata/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,3 @@ filegroup(
1010
name = "self_adjoint_eig_op_test_files",
1111
srcs = ["self_adjoint_eig_fail_if_denorms_flushed.txt"],
1212
)
13-
14-
filegroup(
15-
name = "all_files",
16-
srcs = glob(
17-
["**/*"],
18-
exclude = [
19-
"**/METADATA",
20-
"**/OWNERS",
21-
],
22-
),
23-
visibility = ["//visibility:private"],
24-
)

tensorflow/python/types/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@ package(
55
licenses = ["notice"],
66
)
77

8-
filegroup(
9-
name = "all_files",
10-
srcs = glob(
11-
["**/*"],
12-
exclude = [
13-
"**/METADATA",
14-
"**/OWNERS",
15-
],
16-
),
17-
visibility = ["//visibility:private"],
18-
)
19-
208
# Important: this is a leaf library. It may not have any new dependencies inside TF proper.
219
# The sole exception is tf_export, to allow exporting symbols into the public namespace.
2210
pytype_strict_library(

third_party/eigen3/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ cc_library(
4040
],
4141
)
4242

43-
filegroup(
44-
name = "all_files",
45-
srcs = glob(
46-
["**/*"],
47-
exclude = ["**/OWNERS"],
48-
),
49-
visibility = ["//tensorflow:__subpackages__"],
50-
)
51-
5243
filegroup(
5344
name = "eigen_third_party_header_files",
5445
srcs = EIGEN3_THIRD_PARTY_HEADERS,

third_party/fft2d/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ filegroup(
3737
"fft2d.h",
3838
],
3939
)
40-
41-
filegroup(
42-
name = "all_files",
43-
srcs = glob(
44-
["**/*"],
45-
exclude = ["**/OWNERS"],
46-
),
47-
visibility = ["//tensorflow:__subpackages__"],
48-
)

0 commit comments

Comments
 (0)