Share via


MPSCnnConvolutionDescriptor.CreateCnnConvolutionDescriptor Method

Definition

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

Parameters

kernelWidth
UIntPtr

unativeint

kernelHeight
UIntPtr

unativeint

inputFeatureChannels
UIntPtr

unativeint

outputFeatureChannels
UIntPtr

unativeint

Returns

Attributes

Applies to