aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/topk_op_test.py
Commit message (Expand)AuthorAge
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fix error in topk heap launch code. It assumed sizeof(struct) == sizeof(structGravatar A. Unique TensorFlower2017-10-23
* Bring back the stable sort property for topk on CPU. Fixes #10003.Gravatar Eugene Brevdo2017-08-11
* Get TopK op working on GPU again. Extend using cub's radix sort.Gravatar Eugene Brevdo2017-07-06
* Speed up TopK op and add a benchmark.Gravatar Eugene Brevdo2017-06-08
* Automated g4 rollback of changelist 156556243Gravatar A. Unique TensorFlower2017-05-25
* Add a GPU implementation for the TopK op.Gravatar A. Unique TensorFlower2017-05-19
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch nn_ops shape fns to delegate to C++, for all that have a C++Gravatar A. Unique TensorFlower2016-09-08
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add gradients and tests for TopKOp.Gravatar A. Unique TensorFlower2016-03-11
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Generalize top_k to any rank >= 1 and Tensor kGravatar Geoffrey Irving2016-01-15
* Added support for unsorted top-k output, which makes it much more efficient.Gravatar A. Unique TensorFlower2016-01-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06