MPSCnnPoolingL2NormGradient 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
MPSCnnPoolingL2NormGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
MPSCnnPoolingL2NormGradient(NSObjectFlag)
protected MPSCnnPoolingL2NormGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parámetros
Se aplica a
MPSCnnPoolingL2NormGradient(IntPtr)
protected internal MPSCnnPoolingL2NormGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : nativeint -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
MPSCnnPoolingL2NormGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parámetros
- decoder
- NSCoder
- device
- IMTLDevice
- Atributos
Se aplica a
MPSCnnPoolingL2NormGradient(IMTLDevice, nuint, nuint, nuint, nuint)
[Foundation.Export("initWithDevice:kernelWidth:kernelHeight:strideInPixelsX:strideInPixelsY:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Metal.IMTLDevice device, nuint kernelWidth, nuint kernelHeight, nuint strideInPixelsX, nuint strideInPixelsY);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Metal.IMTLDevice * nuint * nuint * nuint * nuint -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parámetros
- device
- IMTLDevice
- kernelWidth
- System.System.UIntPtr System.unativeint
- kernelHeight
- System.System.UIntPtr System.unativeint
- strideInPixelsX
- System.System.UIntPtr System.unativeint
- strideInPixelsY
- System.System.UIntPtr System.unativeint
- Atributos