TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.max_pool1d

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

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

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

Ask DeepWiki