We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fb21f commit 94a1712Copy full SHA for 94a1712
keras/optimizers/schedules/BUILD
@@ -6,12 +6,7 @@ load("@org_keras//keras:keras.bzl", "cuda_py_test")
6
7
package(
8
# copybara:uncomment default_applicable_licenses = ["//keras:license"],
9
- default_visibility = [
10
- "//keras:friends",
11
- "//third_party/tensorflow/python:__pkg__",
12
- "//third_party/tensorflow/python/distribute:__pkg__",
13
- "//third_party/tensorflow/python/trackable:__pkg__",
14
- ],
+ default_visibility = ["//keras:friends"],
15
licenses = ["notice"],
16
)
17
0 commit comments