From b71ea17cb093f47ba9fbd9410a66ae5c4c4996e8 Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Thu, 18 Apr 2024 08:58:51 -0700 Subject: [PATCH] Project import generated by Copybara PiperOrigin-RevId: 626050565 --- .../integration_tests/tpu/tensorflow/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD b/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD index c614d434..3b42ca42 100644 --- a/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD +++ b/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD @@ -25,7 +25,7 @@ profiler_test( py_strict_library( name = "tpu_tf2_keras_xla", srcs = ["tpu_tf2_keras_test.py"], - visibility = ["//plugin:__pkg__"], + visibility = ["//visibility:private"], deps = [ "//:expect_tensorflow_installed", "//plugin/tensorboard_plugin_profile/convert:raw_to_tool_data",