Exposing non-xla TF C APIs implementation for explicit consumption.
PiperOrigin-RevId: 301182302 Change-Id: I685b1ec22b7e578b0ea7a2f783409dfba1eeb3e3
This commit is contained in:
parent
451b165803
commit
2af901507b
@ -154,7 +154,10 @@ tf_cuda_library(
|
|||||||
"c_api.h",
|
"c_api.h",
|
||||||
],
|
],
|
||||||
copts = tf_copts(),
|
copts = tf_copts(),
|
||||||
visibility = ["//tensorflow/c:__subpackages__"],
|
visibility = [
|
||||||
|
"//tensorflow/c:__subpackages__",
|
||||||
|
"//third_party/llvm/llvm-project:__subpackages__",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":c_api_internal",
|
":c_api_internal",
|
||||||
":tf_attrtype",
|
":tf_attrtype",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user