tf.compat.v1.nn.quantized_avg_pool

Produces the average pool of the input tensor for quantized types.

tf.compat.v1.nn.quantized_avg_pool(
    input, min_input, max_input, ksize, strides, padding, name=None
)

Args:

Returns:

A tuple of Tensor objects (output, min_output, max_output).