MLCConvolutionDescriptor
A configuration object you use to create a convolution or fully connected layer.
Declaration
class MLCConvolutionDescriptorTopics
Creating Convolution Descriptors
init(type:kernelSizes:inputFeatureChannelCount:outputFeatureChannelCount:groupCount:strides:dilationRates:paddingPolicy:)init(transposeWithKernelWidth:kernelHeight:inputFeatureChannelCount:outputFeatureChannelCount:)init(depthwiseWithKernelWidth:kernelHeight:inputFeatureChannelCount:channelMultiplier:)MLCConvolutionType