aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/mul.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Consolidate refactoring of runtime shapes.Gravatar A. Unique TensorFlower2018-08-30
| | | | PiperOrigin-RevId: 210945714
* Introduce fivefold broadcast Mul op kernels for uint8.Gravatar A. Unique TensorFlower2018-08-14
| | | | PiperOrigin-RevId: 208709648
* add int32 support for mulGravatar A. Unique TensorFlower2018-07-11
| | | | PiperOrigin-RevId: 204230461
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202259189
* 16-bit quantized Mul support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-20
| | | | PiperOrigin-RevId: 201413223
* Standardize shifts in (more) multiplication util functions.Gravatar A. Unique TensorFlower2018-06-12
| | | | PiperOrigin-RevId: 200271078
* 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
* Add and Mul support broadcasting.Gravatar A. Unique TensorFlower2018-01-30
| | | | PiperOrigin-RevId: 183886920
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445