chainer.functions.deconvolution_1d

chainer.functions.deconvolution_1d(x, W, b=None, stride=1, pad=0, outsize=None, dilate=1, groups=1)[source]

1-dimensional deconvolution function.

Note

This function calls deconvolution_nd() internally, so see the details of the behavior in the documentation of deconvolution_nd().