MPSCnnLogSoftMaxGradient 构造函数

定义

重载

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
属性

适用于