From 644e4ec386a7cdee35904d76aea1d1a9355f3e25 Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Wed, 22 May 2024 13:22:04 -0700 Subject: [PATCH] Project import generated by Copybara PiperOrigin-RevId: 636272756 --- .../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",