aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/quantize_and_dequantize_op_test.cc
Commit message (Expand)AuthorAge
* Fix tf.quantize_and_dequantize_(v2|v3) to be consistent with the doc.Gravatar Jingyue Wu2018-08-03
* Make the quantize_and_dequantize op use the full quantized range when possible.Gravatar A. Unique TensorFlower2018-05-29
* Automated g4 rollback of changelist 197487461Gravatar A. Unique TensorFlower2018-05-22
* Make the quantize_and_dequantize op use the full quantized range when possible.Gravatar A. Unique TensorFlower2018-05-21
* Automated g4 rollback of changelist 197226707Gravatar A. Unique TensorFlower2018-05-21
* Make the quantize_and_dequantize op use the full quantized range when possible.Gravatar A. Unique TensorFlower2018-05-18
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-06
* Fix quantize_and_dequantize_op_test benchmark, by passing scalars instead ofGravatar A. Unique TensorFlower2017-08-21
* Adds QuantizeAndDequantizeV3 op, which allows using a tensor for the number o...Gravatar A. Unique TensorFlower2017-06-29
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* 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
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* 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
* 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