aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Saurabh Saxena <srbs@google.com>2018-09-12 08:41:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-12 08:46:35 -0700
commit9333978b4b08e4b3fdc7f63ec0873a7e00dcc4b7 (patch)
tree177268e284ed978959862ed056f33ed232900a68 /tensorflow/python/BUILD
parent9098f75af917df9b9d4f5ecc423037fd2fb365f9 (diff)
Support providing default gradient for variant tensors in tf.gradients call.
PiperOrigin-RevId: 212645190
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 19729813a1..2dc2808152 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -3058,6 +3058,7 @@ cuda_py_test(
":functional_ops",
":gradients",
":layers",
+ ":list_ops",
":math_grad",
":math_ops",
":nn_grad",