Internal visibility change
PiperOrigin-RevId: 331670443 Change-Id: I4843c4054b995af3d302ef57ae661ded0c438c8a
This commit is contained in:
parent
4b28727644
commit
8dee182572
@ -6,7 +6,10 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_test")
|
||||
load("//tensorflow:tensorflow.bzl", "pybind_extension")
|
||||
|
||||
package(
|
||||
default_visibility = ["//tensorflow:internal"],
|
||||
default_visibility = [
|
||||
"//learning/pathways/data_parallel/jax:__subpackages__",
|
||||
"//tensorflow:internal",
|
||||
],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user