aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/gradient_checker_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Fix tf.test.compute_gradients to exercise imaginary partsGravatar Geoffrey Irving2017-02-23
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Change gradient_checker_test to use test_session.Gravatar A. Unique TensorFlower2016-10-18
* 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