MPSCnnLogSoftMaxGradient 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- coder
- NSCoder
- 屬性
適用於
MPSCnnLogSoftMaxGradient(NSObjectFlag)
protected MPSCnnLogSoftMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
參數
適用於
MPSCnnLogSoftMaxGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
參數
- device
- IMTLDevice
- 屬性
適用於
MPSCnnLogSoftMaxGradient(IntPtr)
protected internal MPSCnnLogSoftMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : nativeint -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
參數
- handle
-
IntPtr
nativeint
適用於
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
參數
- decoder
- NSCoder
- device
- IMTLDevice
- 屬性