Modifica

Share via


MPSMatrixLogSoftMaxGradient Constructors

Definition

Overloads

MPSMatrixLogSoftMaxGradient(NSCoder)
MPSMatrixLogSoftMaxGradient(NSObjectFlag)
MPSMatrixLogSoftMaxGradient(IMTLDevice)
MPSMatrixLogSoftMaxGradient(IntPtr)
MPSMatrixLogSoftMaxGradient(NSCoder, IMTLDevice)

MPSMatrixLogSoftMaxGradient(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixLogSoftMaxGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient

Parameters

coder
NSCoder
Attributes

Applies to

MPSMatrixLogSoftMaxGradient(NSObjectFlag)

protected MPSMatrixLogSoftMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient

Parameters

Applies to

MPSMatrixLogSoftMaxGradient(IMTLDevice)

[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixLogSoftMaxGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient

Parameters

device
IMTLDevice
Attributes

Applies to

MPSMatrixLogSoftMaxGradient(IntPtr)

protected internal MPSMatrixLogSoftMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient : nativeint -> MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient

Parameters

handle
IntPtr

nativeint

Applies to

MPSMatrixLogSoftMaxGradient(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixLogSoftMaxGradient (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixLogSoftMaxGradient

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to