Skip to content

Commit d8a85e6

Browse files
wcn3tensorflower-gardener
authored andcommitted
Internal-only change to BUILD files
PiperOrigin-RevId: 489204515
1 parent 3396cc7 commit d8a85e6

818 files changed

Lines changed: 1105 additions & 84 deletions

File tree

Some content is hidden

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

tensorflow/c/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ load("@local_config_tensorrt//:build_defs.bzl", "if_tensorrt")
1818
load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_cuda_cc_test")
1919

2020
package(
21+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
2122
licenses = ["notice"],
2223
)
2324

tensorflow/c/eager/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ load(
1919
)
2020

2121
package(
22+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
2223
licenses = ["notice"],
2324
)
2425

tensorflow/c/eager/parallel_device/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load(
66
)
77

88
package(
9+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
910
licenses = ["notice"],
1011
)
1112

tensorflow/c/experimental/filesystem/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
66
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
77

88
package(
9+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
910
licenses = ["notice"],
1011
)
1112

tensorflow/c/experimental/filesystem/plugins/gcs/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
44
load("//tensorflow:tensorflow.bzl", "get_win_copts", "tf_cc_shared_object", "tf_cc_test")
55

66
package(
7+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
78
licenses = ["notice"],
89
)
910

tensorflow/c/experimental/filesystem/plugins/posix/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
44
load("//tensorflow:tensorflow.bzl", "tf_cc_shared_object")
55

66
package(
7+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
78
default_visibility = ["//visibility:private"],
89
licenses = ["notice"],
910
)

tensorflow/c/experimental/filesystem/plugins/windows/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
44
load("//tensorflow:tensorflow.bzl", "get_win_copts", "tf_cc_shared_object")
55

66
package(
7+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
78
licenses = ["notice"],
89
)
910

tensorflow/c/experimental/gradients/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ load(
1616

1717
# Library of gradient functions.
1818
package(
19+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
1920
licenses = ["notice"],
2021
)
2122

tensorflow/c/experimental/gradients/tape/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
33

44
package(
5+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
56
licenses = ["notice"],
67
)
78

tensorflow/c/experimental/grappler/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ load(
88
)
99

1010
package(
11+
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
1112
licenses = ["notice"],
1213
)
1314

0 commit comments

Comments
 (0)