Skip to content

Commit

Permalink
Remove dependency indirection through framework_bounds_check alias.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 336315786
Change-Id: Ic071f0c15a81625fd9c33751eb145410490a7bd3
  • Loading branch information
gunan authored and tensorflower-gardener committed Oct 9, 2020
1 parent 318a1bf commit f0b10fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ cc_library(

alias(
name = "bounds_check",
actual = "//tensorflow/core:framework_bounds_check",
actual = "//tensorflow/core/framework:bounds_check",
visibility = [":friends"],
)

Expand Down

0 comments on commit f0b10fb

Please sign in to comment.