# tensorplay.nn.functional.adaptive_max_pool2d_with_indices

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.functional.adaptive_max_pool2d_with_indices.html

# tensorplay.nn.functional.adaptive_max_pool2d_with_indices

tensorplay.nn.functional.adaptive_max_pool2d_with_indices(input: TensorBase, output_size, return_indices: [bool](https://docs.python.org/3/library/functions.html#bool) = True)[[source]](../_modules/tensorplay/nn/functional.html#adaptive_max_pool2d_with_indices)

Applies a 2D adaptive max pooling over an input signal composed of
several input planes, returning (output, indices).

See AdaptiveMaxPool2d for details.
