tf.nn.quantized_avg_pool

tf.nn.quantized_avg_pool

tf.nn.quantized_avg_pool

quantized_avg_pool(
    input,
    min_input,
    max_input,
    ksize,
    strides,
    padding,
    name=None
)

Defined in tensorflow/python/ops/gen_nn_ops.py.

See the guide: Neural Network > Candidate Sampling

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

Args: