#include <math_ops.h>
Computes a range that covers the actual values present in a quantized tensor.
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
.
Arguments:
Returns:
Constructors and Destructors | |
---|---|
RequantizationRange(const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max) |
Public attributes | |
---|---|
operation | |
output_max | |
output_min |
Operation operation
::tensorflow::Output output_max
::tensorflow::Output output_min
RequantizationRange( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/requantization-range