MPSCnnLossLabels Constructors
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.
Overloads
MPSCnnLossLabels(NSObjectFlag)
protected MPSCnnLossLabels (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLossLabels : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLossLabels
Parameters
Applies to
MPSCnnLossLabels(IntPtr)
protected internal MPSCnnLossLabels (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLossLabels : nativeint -> MetalPerformanceShaders.MPSCnnLossLabels
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnLossLabels(IMTLDevice, MPSCnnLossDataDescriptor)
[Foundation.Export("initWithDevice:labelsDescriptor:")]
public MPSCnnLossLabels (Metal.IMTLDevice device, MetalPerformanceShaders.MPSCnnLossDataDescriptor labelsDescriptor);
new MetalPerformanceShaders.MPSCnnLossLabels : Metal.IMTLDevice * MetalPerformanceShaders.MPSCnnLossDataDescriptor -> MetalPerformanceShaders.MPSCnnLossLabels
Parameters
- device
- IMTLDevice
- labelsDescriptor
- MPSCnnLossDataDescriptor
- Attributes
Applies to
MPSCnnLossLabels(IMTLDevice, MTLSize, MPSCnnLossDataDescriptor, MPSCnnLossDataDescriptor)
[Foundation.Export("initWithDevice:lossImageSize:labelsDescriptor:weightsDescriptor:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLossLabels (Metal.IMTLDevice device, Metal.MTLSize lossImageSize, MetalPerformanceShaders.MPSCnnLossDataDescriptor labelsDescriptor, MetalPerformanceShaders.MPSCnnLossDataDescriptor weightsDescriptor);
new MetalPerformanceShaders.MPSCnnLossLabels : Metal.IMTLDevice * Metal.MTLSize * MetalPerformanceShaders.MPSCnnLossDataDescriptor * MetalPerformanceShaders.MPSCnnLossDataDescriptor -> MetalPerformanceShaders.MPSCnnLossLabels
Parameters
- device
- IMTLDevice
- lossImageSize
- MTLSize
- labelsDescriptor
- MPSCnnLossDataDescriptor
- weightsDescriptor
- MPSCnnLossDataDescriptor
- Attributes