From 42503d0741c48c2d0f7a1b19489e26273c7ced72 Mon Sep 17 00:00:00 2001 From: Profiler Team Date: Wed, 4 Oct 2023 13:07:09 -0700 Subject: [PATCH] Project import generated by Copybara PiperOrigin-RevId: 570782516 --- .../integration_tests/tpu/tensorflow/BUILD | 4 +++- 1 file changed, 3 insertions(+), 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 4eb5653d4..5ca5f4dab 100644 --- a/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD +++ b/plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow/BUILD @@ -25,7 +25,9 @@ profiler_test( py_strict_library( name = "tpu_tf2_keras_xla", srcs = ["tpu_tf2_keras_test.py"], - visibility = ["//plugin:__pkg__"], + visibility = [ + "//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. + ], deps = [ "//:expect_tensorflow_installed", "//plugin/tensorboard_plugin_profile/convert:raw_to_tool_data",