aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/dequantize.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
* Cache dequantized value if the input tensor of Dequantize() op is constant.Gravatar A. Unique TensorFlower2018-08-09
| | | | PiperOrigin-RevId: 208053342
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Add support for the "DEQUANTIZE" op. This cover only ops that are generated ↵Gravatar A. Unique TensorFlower2018-03-07
by TOCO in order to handle UINT8 input to floating-point models. PiperOrigin-RevId: 188182372