TensorPlay
API symbolsnn
Copy
View Markdown

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 AdaptiveMaxPool3d for details.

On this page

Ask DeepWiki