MPSCnnConvolutionDescriptor.GetConvolutionDescriptor 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: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
Returns
- Attributes