Internal BUILD file change.

PiperOrigin-RevId: 334450244
Change-Id: Ia293bf03f063900ed65c367f1978ad286ddebb06
This commit is contained in:
Scott Zhu 2020-09-29 13:29:54 -07:00 committed by TensorFlower Gardener
parent e58ee16dd7
commit 81a44fd840
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ package_group(
"//tensorflow/...", "//tensorflow/...",
"//tensorflow_models/...", "//tensorflow_models/...",
"//third_party/mlperf/submissions/training/v0_7/models/...", "//third_party/mlperf/submissions/training/v0_7/models/...",
"//third_party/py/keras/...",
], ],
) )

View File

@ -62,6 +62,7 @@ visibility = [
"//third_party/py/tf_agents:__subpackages__", # For benchmarks. "//third_party/py/tf_agents:__subpackages__", # For benchmarks.
"//third_party/py/tf_slim:__subpackages__", "//third_party/py/tf_slim:__subpackages__",
"//third_party/py/tensorflow_docs:__subpackages__", "//third_party/py/tensorflow_docs:__subpackages__",
"//third_party/py/keras:__subpackages__",
] ]
package( package(
@ -127,6 +128,7 @@ py_library(
"//tensorflow/python/tools/api/generator:__pkg__", "//tensorflow/python/tools/api/generator:__pkg__",
"//tensorflow/tools/api/tests:__pkg__", "//tensorflow/tools/api/tests:__pkg__",
"//tensorflow/tools/compatibility/update:__pkg__", "//tensorflow/tools/compatibility/update:__pkg__",
"//third_party/py/keras:__subpackages__",
"//third_party/py/tensorflow_core:__subpackages__", "//third_party/py/tensorflow_core:__subpackages__",
], ],
deps = [ deps = [