MPSMatrixSoftMaxGradient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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