aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/elementwise.cc
Commit message (Collapse)AuthorAge
* Implementation of square.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212577288
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Implementation of logical_and logical_notGravatar A. Unique TensorFlower2018-08-06
| | | | PiperOrigin-RevId: 207642985
* Implement TFLite sqrt/rsqrt unary operatorsGravatar A. Unique TensorFlower2018-06-19
| | | | PiperOrigin-RevId: 201191877
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
| | | | PiperOrigin-RevId: 199735191
* 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
* Implement sin operatorGravatar A. Unique TensorFlower2018-05-09
PiperOrigin-RevId: 196062186