Given a quantized tensor described by (input, input_min, input_max), outputs a
range that covers the actual values present in that tensor. This op is typically
used to produce the requested_output_min and requested_output_max for
Requantize.
Args
input
A Tensor. Must be one of the following types: qint8, quint8, qint32, qint16, quint16.
input_min
A Tensor of type float32.
The float value that the minimum quantized input value represents.
input_max
A Tensor of type float32.
The float value that the maximum quantized input value represents.
name
A name for the operation (optional).
Returns
A tuple of Tensor objects (output_min, output_max).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]