MPSCnnLogSoftMaxGradient Construtores
Definição
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.
Sobrecargas
MPSCnnLogSoftMaxGradient(NSCoder) | |
MPSCnnLogSoftMaxGradient(NSObjectFlag) | |
MPSCnnLogSoftMaxGradient(IMTLDevice) | |
MPSCnnLogSoftMaxGradient(IntPtr) | |
MPSCnnLogSoftMaxGradient(NSCoder, IMTLDevice) |
MPSCnnLogSoftMaxGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
MPSCnnLogSoftMaxGradient(NSObjectFlag)
protected MPSCnnLogSoftMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parâmetros
Aplica-se a
MPSCnnLogSoftMaxGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parâmetros
- device
- IMTLDevice
- Atributos
Aplica-se a
MPSCnnLogSoftMaxGradient(IntPtr)
protected internal MPSCnnLogSoftMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : nativeint -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
MPSCnnLogSoftMaxGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parâmetros
- decoder
- NSCoder
- device
- IMTLDevice
- Atributos