diff --git a/tensorflow/compiler/tf2xla/BUILD b/tensorflow/compiler/tf2xla/BUILD index 276444b3cb1..1219795799e 100644 --- a/tensorflow/compiler/tf2xla/BUILD +++ b/tensorflow/compiler/tf2xla/BUILD @@ -45,6 +45,7 @@ package_group( "//tensorflow/...", "//tensorflow_models/...", "//third_party/mlperf/submissions/training/v0_7/models/...", + "//third_party/py/keras/...", ], ) diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index f8a1d8187fb..59a8d08a4dd 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -62,6 +62,7 @@ visibility = [ "//third_party/py/tf_agents:__subpackages__", # For benchmarks. "//third_party/py/tf_slim:__subpackages__", "//third_party/py/tensorflow_docs:__subpackages__", + "//third_party/py/keras:__subpackages__", ] package( @@ -127,6 +128,7 @@ py_library( "//tensorflow/python/tools/api/generator:__pkg__", "//tensorflow/tools/api/tests:__pkg__", "//tensorflow/tools/compatibility/update:__pkg__", + "//third_party/py/keras:__subpackages__", "//third_party/py/tensorflow_core:__subpackages__", ], deps = [