Skip to content

Commit

Permalink
Project import generated by Copybara
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 564603601
  • Loading branch information
Profiler Team authored and copybara-github committed Sep 12, 2023
1 parent 4b1d79b commit acf9ad5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acf9ad5

Please sign in to comment.