Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 659153178
  • Loading branch information
tensorflower-gardener committed Aug 3, 2024
1 parent d3d5fef commit 7f1ed9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/core/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4672,7 +4672,7 @@ tf_kernel_library(
"spacetobatch_functor.h",
"spacetobatch_functor_gpu.cu.cc",
],
visibility = [":friends"],
visibility = ["//visibility:private"],
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
Expand Down Expand Up @@ -4715,7 +4715,7 @@ tf_kernel_library(
"spacetodepth_op.h",
"spacetodepth_op_gpu.cu.cc",
],
visibility = [":friends"],
visibility = ["//visibility:private"],
deps = [
"//tensorflow/core:framework",
"//tensorflow/core:lib",
Expand Down

0 comments on commit 7f1ed9c

Please sign in to comment.