MPSCnnConvolutionDescriptor.GetConvolutionDescriptor Method

Definition

[Foundation.Export("cnnConvolutionDescriptorWithKernelWidth:kernelHeight:inputFeatureChannels:outputFeatureChannels:neuronFilter:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static MetalPerformanceShaders.MPSCnnConvolutionDescriptor GetConvolutionDescriptor (nuint kernelWidth, nuint kernelHeight, nuint inputFeatureChannels, nuint outputFeatureChannels, MetalPerformanceShaders.MPSCnnNeuron neuronFilter);
[Foundation.Export("cnnConvolutionDescriptorWithKernelWidth:kernelHeight:inputFeatureChannels:outputFeatureChannels:neuronFilter:")]
public static MetalPerformanceShaders.MPSCnnConvolutionDescriptor GetConvolutionDescriptor (nuint kernelWidth, nuint kernelHeight, nuint inputFeatureChannels, nuint outputFeatureChannels, MetalPerformanceShaders.MPSCnnNeuron neuronFilter);
static member GetConvolutionDescriptor : nuint * nuint * nuint * nuint * MetalPerformanceShaders.MPSCnnNeuron -> MetalPerformanceShaders.MPSCnnConvolutionDescriptor

Parameters

kernelWidth
System.System.UIntPtr System.unativeint
kernelHeight
System.System.UIntPtr System.unativeint
inputFeatureChannels
System.System.UIntPtr System.unativeint
outputFeatureChannels
System.System.UIntPtr System.unativeint
neuronFilter
MPSCnnNeuron

To be added.

This parameter can be null.

Returns

Attributes

Applies to