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.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
Returns
- Attributes