Skip to content

Commit f61013b

Browse files
gunantensorflower-gardener
authored andcommitted
Remove all BUILD aliases to tensorflow/core/framework:bounds_check
Use the actual rule directly everywhere. PiperOrigin-RevId: 337517978 Change-Id: Ia57d56b5c6f230c07f0e91b511fdc00e81765307
1 parent 21315b9 commit f61013b

File tree

2 files changed

+37
-47
lines changed

2 files changed

+37
-47
lines changed

tensorflow/core/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ cc_header_only_library(
16391639
":lib",
16401640
":lib_internal",
16411641
":version_lib",
1642-
"//tensorflow/core/kernels:bounds_check",
1642+
"//tensorflow/core/framework:bounds_check",
16431643
"//tensorflow/core/platform/default/build_config:platformlib",
16441644
],
16451645
)
@@ -1691,6 +1691,7 @@ tf_cuda_library(
16911691
"//tensorflow/core/framework:attr_value_proto_text",
16921692
"//tensorflow/core/framework:attr_value_util",
16931693
"//tensorflow/core/framework:bfloat16",
1694+
"//tensorflow/core/framework:bounds_check",
16941695
"//tensorflow/core/framework:common_shape_fns",
16951696
"//tensorflow/core/framework:kernel_shape_util",
16961697
"//tensorflow/core/framework:node_def_util",
@@ -1704,7 +1705,6 @@ tf_cuda_library(
17041705
"//tensorflow/core/framework:shape_inference",
17051706
"//tensorflow/core/framework:tensor",
17061707
"//tensorflow/core/framework:tensor_shape",
1707-
"//tensorflow/core/kernels:bounds_check",
17081708
"//tensorflow/core/platform:env_impl",
17091709
"//tensorflow/core/platform/default/build_config:platformlib",
17101710
"//tensorflow/core/profiler/lib:annotated_traceme",
@@ -1802,7 +1802,7 @@ tf_cuda_library(
18021802
":function_ops_op_lib",
18031803
":functional_grad",
18041804
":functional_ops_op_lib",
1805-
"//tensorflow/core/kernels:bounds_check",
1805+
"//tensorflow/core/framework:bounds_check",
18061806
"//tensorflow/core/kernels:required",
18071807
]),
18081808
alwayslink = 1,

0 commit comments

Comments
 (0)