aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/topk_op.cc
Commit message (Expand)AuthorAge
* Change topk error message to say how many columns existed and how many were r...Gravatar A. Unique TensorFlower2018-01-04
* Speed up topK for the k == num_cols case.Gravatar A. Unique TensorFlower2017-08-16
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* 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
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Add a .Deprecated method to REGISTER_OPGravatar Geoffrey Irving2016-04-20
* Unconditionally use TopKV2 from Python now that 3 weeks have passedGravatar Geoffrey Irving2016-02-05
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* Change uses of TensorShape::ShortDebugString to DebugStringGravatar Geoffrey Irving2016-01-22
* Move #include <vector> out of port.h to users of std::vector<>.Gravatar Josh Levenberg2016-01-21
* 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: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06