aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Skye Wanderman-Milne <skyewm@google.com>2017-07-13 15:33:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-13 15:41:01 -0700
commit0851dc29389e9c09dd4335a359825fd1894b2842 (patch)
treeff3cce50401c410714c88f7c4c9bf6e18742e95f /tensorflow/c/BUILD
parent6b15b7e997996a6ff5403f8b38871bc28a334066 (diff)
Add c_api dep to python_api target
c_api_internal doesn't actually export c_api.h, which python_api.h depends on. PiperOrigin-RevId: 161874954
Diffstat (limited to 'tensorflow/c/BUILD')
-rw-r--r--tensorflow/c/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD
index 85429f8c66..af9071238b 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -153,6 +153,7 @@ tf_cuda_library(
hdrs = ["python_api.h"],
visibility = ["//tensorflow/python:__pkg__"],
deps = [
+ ":c_api",
":c_api_internal",
],
)