MPSCnnBatchNormalizationStatistics 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
MPSCnnBatchNormalizationStatistics(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatistics (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnBatchNormalizationStatistics(NSObjectFlag)
protected MPSCnnBatchNormalizationStatistics (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics
Parameters
Applies to
MPSCnnBatchNormalizationStatistics(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatistics (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSCnnBatchNormalizationStatistics(IntPtr)
protected internal MPSCnnBatchNormalizationStatistics (IntPtr handle);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics : nativeint -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnBatchNormalizationStatistics(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatistics (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatistics
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes