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