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