Make framework:allocator target public.
There is already an alias that is public in tensorflow/core. This is just encouraging the use of the alias. PiperOrigin-RevId: 336347937 Change-Id: Ie6b248083a5ac5eb4582938f65d001b2de080aea
This commit is contained in:
parent
05c6d504e4
commit
c3bd81b119
@ -454,7 +454,7 @@ cc_library(
|
|||||||
"allocator.h",
|
"allocator.h",
|
||||||
],
|
],
|
||||||
features = ["parse_headers"],
|
features = ["parse_headers"],
|
||||||
visibility = ["//tensorflow/core:__subpackages__"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [
|
deps = [
|
||||||
":numeric_types",
|
":numeric_types",
|
||||||
":type_traits",
|
":type_traits",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user