aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/requantization_range_op_test.cc
Commit message (Collapse)AuthorAge
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
| | | | PiperOrigin-RevId: 158120864
* Switched to Eigen min/max to speed up RequantizationRange opGravatar Pete Warden2016-12-15
| | | | Change: 142206704
* Change quantize_graph to use two steps - RequantizationRange and Requantize -Gravatar A. Unique TensorFlower2016-10-21
in place of QuantizeDownAndShrinkRange. This will alow replacing RequantizationRange with constants. Also remove restriction on requested_output_max that was not present in QuantizeDownAndShrinkRange. Change: 136906788