aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/quantize_and_dequantize_op.cc
Commit message (Expand)AuthorAge
* Adds QuantizeAndDequantizeV3 op, which allows using a tensor for the number o...Gravatar A. Unique TensorFlower2017-06-29
* Require min/max operands to be on the CPU.Gravatar Patrick Nguyen2017-03-13
* Ensure that QuantizeAndDequantizeV2Op doesn't alter modify input tensors when...Gravatar Suharsh Sivakumar2017-03-02
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-15
* Automated rollback of change 147124625Gravatar Asim Shankar2017-02-10
* Make input_min and input_max Inputs of QuantizeAndDequantize rather than attr...Gravatar Suharsh Sivakumar2017-02-09
* Fix QuantizeAndDequantize GPU segfault.Gravatar Zongheng Yang2016-10-10
* Make QuantizeAndDequantize op accessible from Python code.Gravatar Jianmin Chen2016-06-15
* Change some kernels to use TF_CALL* macros, so that the instantiations for someGravatar A. Unique TensorFlower2016-06-06
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Move quantize_and_dequantize to core for the quantize training rewriting.Gravatar Jianmin Chen2016-05-31