Remove 2 more aliases from tensorflow/core/BUILD

PiperOrigin-RevId: 336567221
Change-Id: I29497e20adf6d3f8ab1274c5fbb713d9d41dd3d4
This commit is contained in:
Gunhan Gulsoy 2020-10-11 15:12:51 -07:00 committed by TensorFlower Gardener
parent 192f694e3d
commit fe094e9679
2 changed files with 1 additions and 11 deletions

View File

@ -518,16 +518,6 @@ tf_cuda_library(
],
)
alias(
name = "overflow",
actual = "//tensorflow/core/util:overflow",
)
alias(
name = "exec_on_stall",
actual = "//tensorflow/core/util:exec_on_stall",
)
alias(
name = "ptr_util",
actual = "//tensorflow/core/util:ptr_util",

View File

@ -1105,7 +1105,7 @@ tf_kernel_library(
tf_kernel_library(
name = "one_hot_op",
prefix = "one_hot_op",
deps = ARRAY_DEPS + ["//tensorflow/core:overflow"],
deps = ARRAY_DEPS + ["//tensorflow/core/util:overflow"],
)
tf_kernel_library(