Internal BUILD file change.
PiperOrigin-RevId: 334450244 Change-Id: Ia293bf03f063900ed65c367f1978ad286ddebb06
This commit is contained in:
parent
e58ee16dd7
commit
81a44fd840
@ -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/...",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user