internal build visibility change

PiperOrigin-RevId: 332341746
Change-Id: I795d40ed77bff194c9b190ddda7fb93d6c5b879a
This commit is contained in:
Chenliang Xu 2020-09-17 16:34:25 -07:00 committed by TensorFlower Gardener
parent dde5f6ce98
commit ea5489b59b

View File

@ -2,17 +2,7 @@ load("//tensorflow:tensorflow.bzl", "py_test")
load("//tensorflow/tools/test:performance.bzl", "tf_py_logged_benchmark")
package(
default_visibility = [
"//intelligence/datum/prensor:__pkg__",
"//learning/brain/contrib/text:__pkg__",
"//nlp/nlx/bert:__pkg__",
"//nlp/nlx/i18n/pangloss:__subpackages__",
"//nlp/nlx/infrastructure/multiscale:__subpackages__",
"//nlp/projects/atc/tf/ops:__pkg__",
"//research/graph/convolutions/model:__subpackages__",
"//research/socrates:__subpackages__",
"//tensorflow:internal",
],
default_visibility = ["//tensorflow:internal"],
licenses = ["notice"], # Apache 2.0
)