Adaptive_avg_pool1d
torch_adaptive_avg_pool1d(self, output_size)
self
: the input tensoroutput_size
: the target output size (single integer)Applies a 1D adaptive average pooling over an input signal composed of several input planes.
See nn_adaptive_avg_pool1d()
for details and output shape.
Useful links