aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar Jack Rae <jwrae@google.com>2017-03-01 01:55:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-01 02:21:00 -0800
commit7e48bada5a6c5583ab6e9a103337780863af08cc (patch)
tree420dbd1e0b9a275b081541bfc9cd60e8bd5dc351 /tensorflow/cc/BUILD
parentd0eb4d6a2e0b22a5f72d880232871b57da892bfa (diff)
Improve error message reporting for check_numerics gradient.
At present the op message is only printed if the numeric check fails during the op's 'forward' computation. If the check fails during the gradient, there is no identifier on *which* op's gradient failed. Change: 148866334
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index a488440076..a4d93e6ae9 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -229,6 +229,7 @@ cc_library(
":cc_ops_internal",
":grad_op_registry",
":gradients",
+ "//tensorflow/core:lib_proto_parsing",
],
)