aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/sub.cc
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Rework Add / Sub kernels signatures.Gravatar A. Unique TensorFlower2018-07-19
| | | | PiperOrigin-RevId: 205259359
* add int32 support for subGravatar A. Unique TensorFlower2018-07-15
| | | | PiperOrigin-RevId: 204681037
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202259189
* Standardize shifts in (more) multiplication util functions.Gravatar A. Unique TensorFlower2018-06-12
| | | | PiperOrigin-RevId: 200271078
* Fixing typo in Subtract Kernel.Gravatar A. Unique TensorFlower2018-06-05
| | | | PiperOrigin-RevId: 199340127
* 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
* The Quantized BroadcastSub portion of #17123Gravatar A. Unique TensorFlower2018-03-20
| | | | PiperOrigin-RevId: 189776376
* 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