# tensorplay.nn.functional.adaptive_max_pool3d

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

```python
tensorplay.nn.functional.adaptive_max_pool3d(input, output_size, return_indices=False)
```

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.
