#include <math_ops.h>
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 | |
---|---|
output_max | |
output_min |
::tensorflow::Output output_max
::tensorflow::Output output_min
RequantizationRange( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max )
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/requantization-range.html