A Tensor. Must be one of the following types: qint8, quint8, qint32, qint16, quint16.
A 4D input Tensor.
x_min
A Tensor of type float32.
The value represented by the lowest quantized input.
x_max
A Tensor of type float32.
The value represented by the highest quantized input.
output_range_given
An optional bool. Defaults to False.
If True, given_y_min and given_y_min
and given_y_max are used as the output range. Otherwise,
the implementation computes the output range.
given_y_min
An optional float. Defaults to 0.
Output in y_min if output_range_given is True.
given_y_max
An optional float. Defaults to 0.
Output in y_max if output_range_given is True.
variance_epsilon
An optional float. Defaults to 1e-05.
A small float number to avoid dividing by 0.
min_separation
An optional float. Defaults to 0.001.
Minimum value of y_max - y_min
[[["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 2023-10-06 UTC."],[],[]]