Internal visibility change
PiperOrigin-RevId: 312294090 Change-Id: Id01f9c913cfef7200b7cee80323c25a734cddf4e
This commit is contained in:
parent
15d39f5e83
commit
6772e0ca84
|
@ -5,6 +5,7 @@ load("//tensorflow:tensorflow.bzl", "py_test")
|
|||
package(
|
||||
default_visibility = [
|
||||
"//learning/tfx/autotfx:__subpackages__",
|
||||
"//research/graph/convolutions/model/autotfx:__subpackages__",
|
||||
"//tensorflow:internal",
|
||||
],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
|
|
Loading…
Reference in New Issue