chainer.functions.average_pooling_1d¶
-
chainer.functions.
average_pooling_1d
(x, ksize, stride=None, pad=0, pad_value=0)[source]¶ 1-dimensional spatial average pooling function.
Warning
This feature is experimental. The interface can change in the future.
Note
This function calls
average_pooling_nd()
internally, so see the details of the behavior in the documentation ofaverage_pooling_nd()
.