TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.max_pool3d

tensorplay.nn.functional.max_pool3d(input: TensorBase, kernel_size, stride=None, padding=0, dilation=1, ceil_mode: bool = False, return_indices: bool = False) TensorBase[source]

max_pool3d(input, kernel_size, stride=None, padding=0, dilation=1, ceil_mode=False, return_indices=False) -> Tensor

Applies a 3D max pooling over an input signal composed of several input planes. Input shape (N, C, D, H, W) or unbatched (C, D, H, W).

Ask DeepWiki