init(transposeWithKernelWidth:kernelHeight:inputFeatureChannelCount:outputFeatureChannelCount:)
Creates a descriptor for convolution transpose with the kernel sizes and number of feature channels you specify.
Declaration
convenience init(transposeWithKernelWidth kernelWidth: Int, kernelHeight: Int, inputFeatureChannelCount: Int, outputFeatureChannelCount: Int)Parameters
- kernelWidth:
The kernel size in x.
- kernelHeight:
The kernel size in y.
- inputFeatureChannelCount:
The number of feature channels in the input tensor.
- outputFeatureChannelCount:
The number of feature channels in the output tensor.