aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/topk_v2.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* TopK op changes: remove wrong shape array free, force output types.Gravatar A. Unique TensorFlower2018-07-02
| | | | PiperOrigin-RevId: 203013884
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
| | | | PiperOrigin-RevId: 197390052
* Fixing test for Topk kernel in TFliteGravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196899232
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
| | | | PiperOrigin-RevId: 194997009
* Implementation of tf.nn.top_k in TfLiteGravatar A. Unique TensorFlower2018-02-15
PiperOrigin-RevId: 185872292