chainer.functions.deconvolution_3d¶
-
chainer.functions.
deconvolution_3d
(x, W, b=None, stride=1, pad=0, outsize=None, dilate=1, groups=1)[source]¶ 3-dimensional deconvolution function.
Note
This function calls
deconvolution_nd()
internally, so see the details of the behavior in the documentation ofdeconvolution_nd()
.