MLCConvolutionType
The convolution type specified for a convolution layer.
Declaration
enum MLCConvolutionTypeTopics
Enumeration Cases
MLCConvolutionType.standardMLCConvolutionType.depthwiseMLCConvolutionType.transposeddebugDescription
Initializers
See Also
Creating Convolution Descriptors
init(type:kernelSizes:inputFeatureChannelCount:outputFeatureChannelCount:groupCount:strides:dilationRates:paddingPolicy:)init(transposeWithKernelWidth:kernelHeight:inputFeatureChannelCount:outputFeatureChannelCount:)init(depthwiseWithKernelWidth:kernelHeight:inputFeatureChannelCount:channelMultiplier:)