From 804e1a5ce191a24c09078eeb023fe96bcd283f83 Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Wed, 17 Jul 2024 22:05:30 -0700 Subject: [PATCH] Project import generated by Copybara PiperOrigin-RevId: 653476374 --- .../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",