API symbolsnn
Copy
tensorplay.nn.functional.adaptive_max_pool3d
- tensorplay.nn.functional.adaptive_max_pool3d(input, output_size, return_indices=False)[source]
Applies a 3D adaptive max pooling over an input signal composed of several input planes. Input shape
(N, C, D, H, W)or unbatched(C, D, H, W).See
AdaptiveMaxPool3dfor details.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
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) .
tensorplay.nn.functional.adaptive_max_pool3d_with_indices
Applies a 3D adaptive max pooling over an input signal, returning (output, indices) .

