Adaptive_avg_pool1d
torch_adaptive_avg_pool1d(self, output_size)
the input tensor
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.