aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/div.cc
Commit message (Collapse)AuthorAge
* 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
* add int32 support for divGravatar A. Unique TensorFlower2018-07-18
| | | | PiperOrigin-RevId: 205173981
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202259189
* 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
* Merge changes from github.Gravatar Yifei Feng2018-04-23
| | | | PiperOrigin-RevId: 194031845
* Broadcast Sub and Div from #17123 except for quantization.Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189216312
* Create support for div and sub in tensorflow lite.Gravatar Andrew Selle2018-01-17
PiperOrigin-RevId: 182226574