Share via


MPSCnnConvolutionDescriptor.GetConvolutionDescriptor Method

Definition

[Foundation.Export("cnnConvolutionDescriptorWithKernelWidth:kernelHeight:inputFeatureChannels:outputFeatureChannels:neuronFilter:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSCnnConvolutionDescriptor GetConvolutionDescriptor(UIntPtr kernelWidth, UIntPtr kernelHeight, UIntPtr inputFeatureChannels, UIntPtr outputFeatureChannels, MetalPerformanceShaders.MPSCnnNeuron? neuronFilter);
[<Foundation.Export("cnnConvolutionDescriptorWithKernelWidth:kernelHeight:inputFeatureChannels:outputFeatureChannels:neuronFilter:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetConvolutionDescriptor : unativeint * unativeint * unativeint * unativeint * MetalPerformanceShaders.MPSCnnNeuron -> MetalPerformanceShaders.MPSCnnConvolutionDescriptor

Parameters

kernelWidth
UIntPtr

unativeint

kernelHeight
UIntPtr

unativeint

inputFeatureChannels
UIntPtr

unativeint

outputFeatureChannels
UIntPtr

unativeint

neuronFilter
MPSCnnNeuron

To be added.

This parameter can be null.

Returns

Attributes

Applies to