aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fake_quant_ops.cc
Commit message (Expand)AuthorAge
* Update fake quant op to support bitwidths in the range 2 to 16, from 2 to 8.Gravatar Raghuraman Krishnamoorthi2018-02-08
* Remove unnecessary code paths in FakeQuantWithMinMaxVarsPerChannel[Gradient]Gravatar A. Unique TensorFlower2017-06-12
* Add a new attribute narrow_range to FakeQuant* operations. It quantizes into...Gravatar A. Unique TensorFlower2017-05-31
* Remove unused using-declarationsGravatar A. Unique TensorFlower2017-05-26
* Delete debugging code in FakeQuant* operations. They are stable now, and ext...Gravatar A. Unique TensorFlower2017-05-24
* Add support for variable number of bits to FakeQuant* ops.Gravatar Suharsh Sivakumar2017-04-26
* Add FakeQuant ops and kernels for use with quantized training.Gravatar A. Unique TensorFlower2016-10-24