chainer.functions.max_pooling_1d¶
-
chainer.functions.
max_pooling_1d
(x, ksize, stride=None, pad=0, cover_all=True, return_indices=False)[source]¶ 1-dimensional spatial max pooling function.
Warning
This feature is experimental. The interface can change in the future.
Note
This function calls
max_pooling_nd()
internally, so see the details of the behavior in the documentation ofmax_pooling_nd()
.