The input image, of rank 5 or rank 4, of shape
[batch, depth, height, width, inDepth]
. If rank 4, batch of 1 is assumed.
The filter, rank 4, of shape
[depth, filterHeight, filterWidth, outDepth, inDepth]
.
inDepth
must match inDepth
in x
.
Output shape, of rank 5 or rank 4:
[batch, depth, height, width, outDepth]
. If rank 3, batch of 1 is
assumed.
The strides of the original convolution:
[strideDepth, strideHeight, strideWidth]
.
The type of padding algorithm used in the non-transpose version of the op.
Generated using TypeDoc
Computes the transposed 3D convolution of a volume, also known as a deconvolution.