aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/fake_quant_ops_functor.h
Commit message (Expand)AuthorAge
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Update fake quant op to support bitwidths in the range 2 to 16, from 2 to 8.Gravatar Raghuraman Krishnamoorthi2018-02-08
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Fix FakeQuant to correctly set zero on CPU.Gravatar Suharsh Sivakumar2017-11-10
* Support min and max values of zero in FakeQuantWithMinMaxVars*.Gravatar Suharsh Sivakumar2017-11-07
* 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
* 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 fake quant ops to mobile build targets.Gravatar Pete Warden2016-11-08
* Fix nvcc non-opt build of fake quant ops by avoiding use of std::tupleGravatar A. Unique TensorFlower2016-10-31
* Add FakeQuant ops and kernels for use with quantized training.Gravatar A. Unique TensorFlower2016-10-24