R/nnf-pooling.R
nnf_adaptive_max_pool1d.Rd
Applies a 1D adaptive max pooling over an input signal composed of several input planes.
nnf_adaptive_max_pool1d(input, output_size, return_indices = FALSE)
input tensor of shape (minibatch , in_channels , iW)
the target output size (single integer)
whether to return pooling indices. Default: FALSE
FALSE