chainer.functions.convolution_3d

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

3-dimensional convolution function.

Note

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