API symbolsnn
Copy
tensorplay.nn.functional.adaptive_max_pool2d
- tensorplay.nn.functional.adaptive_max_pool2d(input, output_size)[source]
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.nn.functional.adaptive_max_pool1d_with_indices
Applies a 1D adaptive max pooling over an input signal, returning (output, indices) .
tensorplay.nn.functional.adaptive_max_pool2d_with_indices
Applies a 2D adaptive max pooling over an input signal composed of several input planes, returning (output, indices) .
