torch_adaptive_avg_pool1d {torch} | R Documentation |
Adaptive_avg_pool1d
torch_adaptive_avg_pool1d(self, output_size)
self |
the input tensor |
output_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.