Rate this Page
★★★★★
torch.nn.functional.adaptive_max_pool3d#
- torch.nn.functional.adaptive_max_pool3d(input,output_size,return_indices=False)[source]#
Applies a 3D adaptive max pooling over an input signal composed ofseveral input planes.
See
AdaptiveMaxPool3dfor details and output shape.- Parameters
output_size – the target output size (single integer ortriple-integer tuple)
return_indices – whether to return pooling indices. Default:
False
On this page