MPSMatrixLogSoftMaxGradient 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
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