aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/gradient_checker.py
Commit message (Expand)AuthorAge
* Corrected compute_gradient docstringGravatar Fergal Cotter2018-05-22
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Make bfloat16 work correctly with matmulGravatar A. Unique TensorFlower2018-01-18
* Merge changes from github.Gravatar Frank Chen2018-01-10
* Remove a TODO that will never be done, thanks to backwards compatibility.Gravatar Derek Murray2017-11-11
* Fix tf.test.compute_gradients to exercise imaginary partsGravatar Geoffrey Irving2017-02-23
* Add extra_feed_dict args to the gradient checker.Gravatar Eugene Brevdo2016-11-17
* Use np.maximum in gradient_checker. Previously, max was used, but max(x, nan)Gravatar Ian Langmore2016-08-30
* Move library 'gradient_checker' out of kernel_tests/ into ops/.Gravatar A. Unique TensorFlower2016-06-21