Updating internal visibility rules.

PiperOrigin-RevId: 825202091
This commit is contained in:
Antonio Sanchez 2025-10-28 14:18:41 -07:00 committed by TensorFlower Gardener
parent 63a9d0d1f8
commit b531e70088
4 changed files with 8 additions and 3 deletions

View File

@ -1033,6 +1033,7 @@ package_group(
"//tensorflow_models/google/recml/...",
"//third_party/cloud_tpu/convergence_tools/sdc_monitoring/...",
"//third_party/cloud_tpu/inference_converter/...",
"//third_party/pathways/...",
"//third_party/py/cloud_ml_autoflow/...",
"//third_party/py/envlogger/...",
"//third_party/py/gldm/...",
@ -1050,6 +1051,7 @@ package_group(
name = "ndarray_tensor_allow_list",
packages = [
"//learning/gemini/gemax/...",
"//third_party/pathways/...",
"//third_party/py/courier/...",
"//third_party/py/tensorfn/...",
],

View File

@ -19,7 +19,8 @@ package_group(
# copybara:uncomment "//learning/brain/experimental/tfrt/...",
# copybara:uncomment "//learning/brain/tfrt/...",
# copybara:uncomment "//learning/infra/mira/...",
# copybara:uncomment "//learning/pathways/serving/...",
"//learning/pathways/serving/...",
# copybara:uncomment "//third_party/pathways/serving/...",
# copybara:uncomment "//learning/serving/...",
# copybara:uncomment "//smartass/brain/...",
# copybara:uncomment "//quality/webanswers/servo2/...",

View File

@ -14,11 +14,12 @@ package_group(
"//learning/brain/google/xla/kernels/...",
# copybara:uncomment "//learning/brain/research/pjrt/...",
# copybara:uncomment "//learning/brain/tfrt/...",
# copybara:uncomment "//learning/pathways/serving/...",
"//learning/pathways/serving/...",
"//learning/serving/...",
"//quality/webanswers/...",
"//smartass/brain/inference/...",
# copybara:uncomment "//smartass/brain/ops/...",
# copybara:uncomment "//third_party/pathways/serving/...",
"//tensorflow/c/eager/...",
"//tensorflow/compiler/mlir/tfrt/...",
"//tensorflow/core/runtime_fallback/...",

View File

@ -31,7 +31,8 @@ cc_library(
srcs = ["proto_matchers.cc"],
hdrs = ["proto_matchers.h"],
visibility = [
"//learning/pathways:__subpackages__", # For OSS
"//learning/pathways:__subpackages__",
"//third_party/pathways:__subpackages__", # For OSS
"//xla:__subpackages__",
],
deps = [