Skip to content

Commit bb582f1

Browse files
martinwicketensorflower-gardener
authored andcommitted
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
1 parent 789e442 commit bb582f1

File tree

272 files changed

+4
-3610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+4
-3610
lines changed

tensorflow/BUILD

Lines changed: 0 additions & 298 deletions
Large diffs are not rendered by default.

tensorflow/c/BUILD

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -287,18 +287,3 @@ tf_cuda_library(
287287
"//tensorflow/python:cpp_shape_inference_proto_cc",
288288
],
289289
)
290-
291-
# -----------------------------------------------------------------------------
292-
# Google-internal targets.
293-
294-
filegroup(
295-
name = "all_files",
296-
srcs = glob(
297-
["**/*"],
298-
exclude = [
299-
"**/METADATA",
300-
"**/OWNERS",
301-
],
302-
),
303-
visibility = ["//tensorflow:__subpackages__"],
304-
)

tensorflow/cc/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -620,18 +620,6 @@ tf_cc_binary(
620620
],
621621
)
622622

623-
filegroup(
624-
name = "all_files",
625-
srcs = glob(
626-
["**/*"],
627-
exclude = [
628-
"**/METADATA",
629-
"**/OWNERS",
630-
],
631-
),
632-
visibility = ["//tensorflow:__subpackages__"],
633-
)
634-
635623
cc_library(
636624
name = "queue_runner",
637625
srcs = ["training/queue_runner.cc"],

tensorflow/cc/saved_model/BUILD

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,3 @@ filegroup(
9494
"testdata/half_plus_two/**",
9595
]),
9696
)
97-
98-
# -----------------------------------------------------------------------------
99-
# Google-internal targets.
100-
101-
filegroup(
102-
name = "all_files",
103-
srcs = glob(
104-
["**/*"],
105-
exclude = [
106-
"**/METADATA",
107-
"**/OWNERS",
108-
],
109-
),
110-
visibility = ["//tensorflow:__subpackages__"],
111-
)

tensorflow/cc/saved_model/python/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ package(
77
default_visibility = ["//visibility:public"],
88
)
99

10-
filegroup(
11-
name = "all_files",
12-
srcs = glob(
13-
["**/*"],
14-
exclude = [
15-
"**/METADATA",
16-
"**/OWNERS",
17-
],
18-
),
19-
visibility = ["//tensorflow:__subpackages__"],
20-
)
21-
2210
load("//tensorflow/core:platform/default/build_config.bzl", "tf_py_clif_cc")
2311

2412
tf_py_clif_cc(

tensorflow/cc/tools/BUILD

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,3 @@ tf_cc_test(
4141
"//tensorflow/core:testlib",
4242
],
4343
)
44-
45-
# -----------------------------------------------------------------------------
46-
# Google-internal targets.
47-
48-
filegroup(
49-
name = "all_files",
50-
srcs = glob(
51-
["**/*"],
52-
exclude = [
53-
"**/METADATA",
54-
"**/OWNERS",
55-
],
56-
),
57-
visibility = ["//tensorflow:__subpackages__"],
58-
)

tensorflow/compiler/aot/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -250,17 +250,3 @@ exports_files([
250250
"benchmark_main.template", # used by tf_library(...,gen_benchmark=True)
251251
"test.cc", # used by tf_library(...,gen_test=True)
252252
])
253-
254-
# -----------------------------------------------------------------------------
255-
256-
filegroup(
257-
name = "all_files",
258-
srcs = glob(
259-
["**/*"],
260-
exclude = [
261-
"**/METADATA",
262-
"**/OWNERS",
263-
],
264-
),
265-
visibility = ["//tensorflow:__subpackages__"],
266-
)

tensorflow/compiler/aot/tests/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,3 @@ tf_cc_test(
182182
"//third_party/eigen3",
183183
],
184184
)
185-
186-
# -----------------------------------------------------------------------------
187-
188-
filegroup(
189-
name = "all_files",
190-
srcs = glob(
191-
["**/*"],
192-
exclude = [
193-
"**/METADATA",
194-
"**/OWNERS",
195-
],
196-
),
197-
visibility = ["//tensorflow:__subpackages__"],
198-
)

tensorflow/compiler/jit/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -365,20 +365,6 @@ tf_cc_test(
365365
],
366366
)
367367

368-
# -----------------------------------------------------------------------------
369-
370-
filegroup(
371-
name = "all_files",
372-
srcs = glob(
373-
["**/*"],
374-
exclude = [
375-
"**/METADATA",
376-
"**/OWNERS",
377-
],
378-
),
379-
visibility = ["//tensorflow:__subpackages__"],
380-
)
381-
382368
# This target can be used by XLA device plugins to prevent circular dependencies, and provides access to all of the required headers for building a device library.
383369
cc_header_only_library(
384370
name = "xla_jit_headers_lib",

tensorflow/compiler/jit/graphcycles/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,3 @@ tf_cc_test(
2727
"//tensorflow/core:test_main",
2828
],
2929
)
30-
31-
# -----------------------------------------------------------------------------
32-
33-
filegroup(
34-
name = "all_files",
35-
srcs = glob(
36-
["**/*"],
37-
exclude = [
38-
"**/METADATA",
39-
"**/OWNERS",
40-
],
41-
),
42-
visibility = ["//tensorflow:__subpackages__"],
43-
)

tensorflow/compiler/jit/kernels/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,3 @@ cc_library(
4141
],
4242
alwayslink = 1,
4343
)
44-
45-
# -----------------------------------------------------------------------------
46-
47-
filegroup(
48-
name = "all_files",
49-
srcs = glob(
50-
["**/*"],
51-
exclude = [
52-
"**/METADATA",
53-
"**/OWNERS",
54-
],
55-
),
56-
visibility = ["//tensorflow:__subpackages__"],
57-
)

tensorflow/compiler/jit/legacy_flags/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,3 @@ cc_library(
6363
"//tensorflow/core:lib",
6464
],
6565
)
66-
67-
# -----------------------------------------------------------------------------
68-
69-
filegroup(
70-
name = "all_files",
71-
srcs = glob(
72-
["**/*"],
73-
exclude = [
74-
"**/METADATA",
75-
"**/OWNERS",
76-
],
77-
),
78-
visibility = ["//tensorflow:__subpackages__"],
79-
)

tensorflow/compiler/jit/ops/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,3 @@ cc_library(
1717
deps = ["//tensorflow/core:framework"],
1818
alwayslink = 1,
1919
)
20-
21-
# -----------------------------------------------------------------------------
22-
23-
filegroup(
24-
name = "all_files",
25-
srcs = glob(
26-
["**/*"],
27-
exclude = [
28-
"**/METADATA",
29-
"**/OWNERS",
30-
],
31-
),
32-
visibility = ["//tensorflow:__subpackages__"],
33-
)

tensorflow/compiler/plugin/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,3 @@ cc_library(
4949
"//tensorflow/compiler/jit:xla_device",
5050
],
5151
)
52-
53-
#-----------------------------------------------------------------------------
54-
55-
filegroup(
56-
name = "all_files",
57-
srcs = glob(
58-
["**/*"],
59-
exclude = [
60-
"**/METADATA",
61-
"**/OWNERS",
62-
],
63-
),
64-
visibility = ["//tensorflow:__subpackages__"],
65-
)

tensorflow/compiler/tests/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -835,17 +835,3 @@ tf_xla_py_test(
835835
"//tensorflow/python:platform_test",
836836
],
837837
)
838-
839-
# -----------------------------------------------------------------------------
840-
841-
filegroup(
842-
name = "all_files",
843-
srcs = glob(
844-
["**/*"],
845-
exclude = [
846-
"**/METADATA",
847-
"**/OWNERS",
848-
],
849-
),
850-
visibility = ["//tensorflow:__subpackages__"],
851-
)

tensorflow/compiler/tf2xla/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -462,17 +462,3 @@ cc_library(
462462
"//tensorflow/core:protos_all_cc",
463463
],
464464
)
465-
466-
# -----------------------------------------------------------------------------
467-
468-
filegroup(
469-
name = "all_files",
470-
srcs = glob(
471-
["**/*"],
472-
exclude = [
473-
"**/METADATA",
474-
"**/OWNERS",
475-
],
476-
),
477-
visibility = ["//tensorflow:__subpackages__"],
478-
)

tensorflow/compiler/tf2xla/cc/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,3 @@ cc_library(
5151
"//tensorflow/core:protos_all_cc",
5252
],
5353
)
54-
55-
# -----------------------------------------------------------------------------
56-
57-
filegroup(
58-
name = "all_files",
59-
srcs = glob(
60-
["**/*"],
61-
exclude = [
62-
"**/METADATA",
63-
"**/OWNERS",
64-
],
65-
),
66-
visibility = ["//tensorflow:__subpackages__"],
67-
)

tensorflow/compiler/tf2xla/kernels/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -217,17 +217,3 @@ cc_library(
217217
],
218218
alwayslink = 1,
219219
)
220-
221-
# -----------------------------------------------------------------------------
222-
223-
filegroup(
224-
name = "all_files",
225-
srcs = glob(
226-
["**/*"],
227-
exclude = [
228-
"**/METADATA",
229-
"**/OWNERS",
230-
],
231-
),
232-
visibility = ["//tensorflow:__subpackages__"],
233-
)

tensorflow/compiler/tf2xla/lib/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,3 @@ cc_library(
140140
"//tensorflow/core:lib",
141141
],
142142
)
143-
144-
# -----------------------------------------------------------------------------
145-
146-
filegroup(
147-
name = "all_files",
148-
srcs = glob(
149-
["**/*"],
150-
exclude = [
151-
"**/METADATA",
152-
"**/OWNERS",
153-
],
154-
),
155-
visibility = ["//tensorflow:__subpackages__"],
156-
)

tensorflow/compiler/tf2xla/ops/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,3 @@ tf_gen_op_wrapper_py(
3939
":sendrecv_ops",
4040
],
4141
)
42-
43-
# -----------------------------------------------------------------------------
44-
45-
filegroup(
46-
name = "all_files",
47-
srcs = glob(
48-
["**/*"],
49-
exclude = [
50-
"**/METADATA",
51-
"**/OWNERS",
52-
],
53-
),
54-
visibility = ["//tensorflow:__subpackages__"],
55-
)

tensorflow/compiler/xla/BUILD

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -654,18 +654,6 @@ tf_cc_test(
654654

655655
# -----------------------------------------------------------------------------
656656

657-
filegroup(
658-
name = "all_files",
659-
srcs = glob(
660-
["**/*"],
661-
exclude = [
662-
"**/METADATA",
663-
"**/OWNERS",
664-
],
665-
),
666-
visibility = ["//tensorflow:__subpackages__"],
667-
)
668-
669657
# This is a headers target that extra XLA devices can use to prevent circular dependencies. Devices that are compiled as separate shared objects can also use it to prevent linking of library code.
670658
cc_header_only_library(
671659
name = "xla_headers_lib",

tensorflow/compiler/xla/client/BUILD

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,3 @@ cc_library(
214214
"//tensorflow/compiler/xla:xla_data_proto",
215215
],
216216
)
217-
218-
# -----------------------------------------------------------------------------
219-
220-
filegroup(
221-
name = "all_files",
222-
srcs = glob(
223-
["**/*"],
224-
exclude = [
225-
"**/METADATA",
226-
"**/OWNERS",
227-
],
228-
),
229-
visibility = ["//tensorflow:__subpackages__"],
230-
)

0 commit comments

Comments
 (0)