tf.compat.v1.nn.max_pool

View source on GitHub

Performs the max pooling on the input.

tf.compat.v1.nn.max_pool(
    value, ksize, strides, padding, data_format='NHWC', name=None, input=None
)

Args:

Returns:

A Tensor of format specified by data_format. The max pooled output tensor.