Remove 2 more aliases from tensorflow/core/BUILD
PiperOrigin-RevId: 336567221 Change-Id: I29497e20adf6d3f8ab1274c5fbb713d9d41dd3d4
This commit is contained in:
parent
192f694e3d
commit
fe094e9679
@ -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(
|
alias(
|
||||||
name = "ptr_util",
|
name = "ptr_util",
|
||||||
actual = "//tensorflow/core/util:ptr_util",
|
actual = "//tensorflow/core/util:ptr_util",
|
||||||
|
@ -1105,7 +1105,7 @@ tf_kernel_library(
|
|||||||
tf_kernel_library(
|
tf_kernel_library(
|
||||||
name = "one_hot_op",
|
name = "one_hot_op",
|
||||||
prefix = "one_hot_op",
|
prefix = "one_hot_op",
|
||||||
deps = ARRAY_DEPS + ["//tensorflow/core:overflow"],
|
deps = ARRAY_DEPS + ["//tensorflow/core/util:overflow"],
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_kernel_library(
|
tf_kernel_library(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user