tensorflow::ops::RequantizationRange

tensorflow::ops::RequantizationRange

#include <math_ops.h>

Given a quantized tensor described by (input, input_min, input_max), outputs a.

Summary

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:

  • scope: A Scope object
  • input_min: The float value that the minimum quantized input value represents.
  • input_max: The float value that the maximum quantized input value represents.

Returns: