MPSCnnConvolutionDescriptor.CreateCnnConvolutionDescriptor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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