aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/dequantize_op_test.cc
Commit message (Expand)AuthorAge
* Update SCALED mode to use the full quantized range of -128..127 when possible.Gravatar A. Unique TensorFlower2018-05-14
* Add 'SCALED' mode to QuantizeV2 and Dequantize, to match QuantizeAndDequantiz...Gravatar A. Unique TensorFlower2017-08-23
* Fix dequantize_op benchmark. The requirement is that the ranges come in asGravatar A. Unique TensorFlower2017-08-17
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Speed up dequantize for combined, by using a simple loop and avoiding the cas...Gravatar A. Unique TensorFlower2017-04-17