Fix bug in @custom_gradient in Eager mode with numpy inputs
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 27 Apr 2018 14:21:37 +0000 (07:21 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 27 Apr 2018 14:23:51 +0000 (07:23 -0700)
commitec56b5325106c71b3cbff66883187410e6d9b339
treedcf085c72e43e2e5f11820169ea15dd6facc1c61
parent4f693319008a3c287042b72d96523d3403b5a0ca
Fix bug in @custom_gradient in Eager mode with numpy inputs

PiperOrigin-RevId: 194538828
tensorflow/python/BUILD
tensorflow/python/ops/custom_gradient.py
tensorflow/python/ops/gradients_test.py