aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/kernel_util.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Internal change.Gravatar A. Unique TensorFlower2018-08-29
| | | | PiperOrigin-RevId: 210776240
* add int32 support for addGravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202259189
* 16-bit quantized add support in TFLite interpreterGravatar A. Unique TensorFlower2018-06-20
| | | | PiperOrigin-RevId: 201374318
* Making GetOptionalInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196932028
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Internal change.Gravatar A. Unique TensorFlower2018-05-04
| | | | PiperOrigin-RevId: 195374319
* Mark tensor as const in a function that does not mutate a tensor.Gravatar A. Unique TensorFlower2018-03-22
| | | | PiperOrigin-RevId: 190085757
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Show that we must over reallocate after resizing dynamic tensors.Gravatar A. Unique TensorFlower2018-02-02
| | | | PiperOrigin-RevId: 184296680
* Kernel utils to support broadcast add and mul.Gravatar A. Unique TensorFlower2018-01-26
| | | | PiperOrigin-RevId: 183397494
* Add functions to encapsulate the logic for checking and setting tensor type.Gravatar Nupur Garg2018-01-25
| | | | PiperOrigin-RevId: 183250334
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445