From 91b2be9abb3cb92a21345be907f8cba94a479771 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 21 Oct 2024 10:56:40 -0700 Subject: [PATCH] Change the 'tf_keras_api' visibility to public. PiperOrigin-RevId: 688197759 --- tf_keras/api/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tf_keras/api/BUILD b/tf_keras/api/BUILD index 903af22cd..171b9fcbf 100644 --- a/tf_keras/api/BUILD +++ b/tf_keras/api/BUILD @@ -24,6 +24,7 @@ py_library( ":tf_keras_python_api_gen_compat_v2", ], srcs_version = "PY3", + visibility = ["//visibility:public"], deps = [ "//:expect_tensorflow_installed", "//tf_keras",