MPSCnnPoolingL2NormGradient Construtores
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnPoolingL2NormGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
protected MPSCnnPoolingL2NormGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parâmetros
Aplica-se a
protected internal MPSCnnPoolingL2NormGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnPoolingL2NormGradient : nativeint -> MetalPerformanceShaders.MPSCnnPoolingL2NormGradient
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
[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
Aplica-se a
[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