View source: R/gen-namespace.R
torch_adaptive_avg_pool1d | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.