Edit

Share via


MPSMatrixSoftMaxGradient Constructors

Definition

Overloads

MPSMatrixSoftMaxGradient(NSCoder)
MPSMatrixSoftMaxGradient(NSObjectFlag)
MPSMatrixSoftMaxGradient(IMTLDevice)
MPSMatrixSoftMaxGradient(IntPtr)
MPSMatrixSoftMaxGradient(NSCoder, IMTLDevice)

MPSMatrixSoftMaxGradient(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

MPSMatrixSoftMaxGradient(NSObjectFlag)

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

Parameters

Applies to

MPSMatrixSoftMaxGradient(IMTLDevice)

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

Parameters

device
IMTLDevice
Attributes

Applies to

MPSMatrixSoftMaxGradient(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

MPSMatrixSoftMaxGradient(NSCoder, IMTLDevice)

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

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to