Exposing non-xla TF C APIs implementation for explicit consumption.

PiperOrigin-RevId: 301182302
Change-Id: I685b1ec22b7e578b0ea7a2f783409dfba1eeb3e3
This commit is contained in:
A. Unique TensorFlower 2020-03-16 10:08:15 -07:00 committed by TensorFlower Gardener
parent 451b165803
commit 2af901507b

View File

@ -154,7 +154,10 @@ tf_cuda_library(
"c_api.h",
],
copts = tf_copts(),
visibility = ["//tensorflow/c:__subpackages__"],
visibility = [
"//tensorflow/c:__subpackages__",
"//third_party/llvm/llvm-project:__subpackages__",
],
deps = [
":c_api_internal",
":tf_attrtype",