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