aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/comparisons.cc
Commit message (Collapse)AuthorAge
* Fix problem in quantized version of Comparison op handlerGravatar A. Unique TensorFlower2018-10-04
| | | | PiperOrigin-RevId: 215801773
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-27
| | | | PiperOrigin-RevId: 214767788
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* support quantized comparisonGravatar A. Unique TensorFlower2018-08-06
| | | | PiperOrigin-RevId: 207652800
* Implementation of TensorFlowEqual and TensorFlowNotEqual.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199602232
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
| | | | PiperOrigin-RevId: 197390052
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Adding Greater/GreaterEqual/LessEqual ops to complement Less.Gravatar A. Unique TensorFlower2018-05-07
| | | | PiperOrigin-RevId: 195704492
* Implementation of LessGravatar A. Unique TensorFlower2018-04-13
PiperOrigin-RevId: 192728635