TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.adaptive_max_pool1d_with_indices

tensorplay.nn.functional.adaptive_max_pool1d_with_indices(input: TensorBase, output_size, return_indices: bool = True)[source]

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

See AdaptiveMaxPool1d for details.

Ask DeepWiki