chainer.functions.convolution_1d¶
-
chainer.functions.
convolution_1d
(x, W, b=None, stride=1, pad=0, cover_all=False, dilate=1, groups=1)[source]¶ 1-dimensional convolution function.
Note
This function calls
convolution_nd()
internally, so see the details of the behavior in the documentation ofconvolution_nd()
.