aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/scan_ops_test.py
Commit message (Expand)AuthorAge
* Add `int64` axis support for `tf.cumsum` and `tf.cumprod` (#13791)Gravatar Yong Tang2017-10-18
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Simplify scan_ops (cumsum, etc) and support any dimensions.Gravatar A. Unique TensorFlower2016-09-20
* To make the tests run both on GPU and CPU, when available, override use_gpu toGravatar Gunhan Gulsoy2016-09-09
* Modify scan ops to support negative axes (to be consistent with np.cumsum etGravatar A. Unique TensorFlower2016-09-08
* Fix scan ops for empty tensorsGravatar Geoffrey Irving2016-08-25
* Remove simple cases of use_gpu from tensorflow tests.Gravatar Gunhan Gulsoy2016-08-04
* Merge changes from github.Gravatar Martin Wicke2016-07-25