aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Suharsh Sivakumar <suharshs@google.com>2017-05-04 16:14:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-04 17:33:55 -0700
commit81fbb1246c3a41dec826fd9958772c02f88982bb (patch)
treeffc240e77e75bdd1650f3eeba56afca1447a058b /tensorflow/c/BUILD
parentffc5e6fbf68b5229b68cfe96bbcaf58619277c06 (diff)
Include c++ gradients in c_api build rule.
#6268 #9150 Change: 155146664
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 4ad69ae3fb..3ab4e8efcd 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -58,6 +58,7 @@ tf_cuda_library(
"//tensorflow/cc/saved_model:loader",
"//tensorflow/cc:gradients",
"//tensorflow/cc:ops",
+ "//tensorflow/cc:grad_ops",
"//tensorflow/cc:scope_internal",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",