Include c++ gradients in c_api build rule.

#6268
#9150
Change: 155146664
This commit is contained in:
Suharsh Sivakumar 2017-05-04 16:14:18 -08:00 committed by TensorFlower Gardener
parent ffc5e6fbf6
commit 81fbb1246c
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -91,6 +91,7 @@ cc_library(
deps = [
":array_grad",
":math_grad",
":nn_grad",
],
)