TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.max_pool1d_with_indices

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

Applies a 1D max pooling over an input signal, returning (output, indices).

See MaxPool1d for details.

Ask DeepWiki