MPSCnnBatchNormalizationStatisticsGradient Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
MPSCnnBatchNormalizationStatisticsGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnBatchNormalizationStatisticsGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
MPSCnnBatchNormalizationStatisticsGradient(NSObjectFlag)
protected MPSCnnBatchNormalizationStatisticsGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient
Parámetros
Se aplica a
MPSCnnBatchNormalizationStatisticsGradient(IntPtr)
protected internal MPSCnnBatchNormalizationStatisticsGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient : nativeint -> MetalPerformanceShaders.MPSCnnBatchNormalizationStatisticsGradient
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
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
Parámetros
- aDecoder
- NSCoder
- device
- IMTLDevice
- Atributos
Se aplica a
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
Parámetros
- device
- IMTLDevice
- fusedNeuronDescriptor
- MPSNNNeuronDescriptor
- Atributos