Edit

Share via


MPSCnnBatchNormalizationStatisticsGradient Constructors

Definition

Overloads

MPSCnnBatchNormalizationStatisticsGradient(NSCoder)
MPSCnnBatchNormalizationStatisticsGradient(NSObjectFlag)
MPSCnnBatchNormalizationStatisticsGradient(IntPtr)
MPSCnnBatchNormalizationStatisticsGradient(NSCoder, IMTLDevice)
MPSCnnBatchNormalizationStatisticsGradient(IMTLDevice, MPSNNNeuronDescriptor)

MPSCnnBatchNormalizationStatisticsGradient(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatisticsGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient

Parameters

coder
NSCoder
Attributes

Applies to

MPSCnnBatchNormalizationStatisticsGradient(NSObjectFlag)

protected MPSCnnBatchNormalizationStatisticsGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient

Parameters

Applies to

MPSCnnBatchNormalizationStatisticsGradient(IntPtr)

protected internal MPSCnnBatchNormalizationStatisticsGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : nativeint -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnBatchNormalizationStatisticsGradient(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatisticsGradient (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSCnnBatchNormalizationStatisticsGradient(IMTLDevice, MPSNNNeuronDescriptor)

[Foundation.Export("initWithDevice:fusedNeuronDescriptor:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public MPSCnnBatchNormalizationStatisticsGradient (Metal.IMTLDevice device, MetalPerformanceShaders.MPSNNNeuronDescriptor fusedNeuronDescriptor);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Metal.IMTLDevice * MetalPerformanceShaders.MPSNNNeuronDescriptor -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient

Parameters

device
IMTLDevice
fusedNeuronDescriptor
MPSNNNeuronDescriptor
Attributes

Applies to