MPSCnnLogSoftMaxGradient 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
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnLogSoftMaxGradient(NSObjectFlag)
protected MPSCnnLogSoftMaxGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parameters
Applies to
MPSCnnLogSoftMaxGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnLogSoftMaxGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSCnnLogSoftMaxGradient(IntPtr)
protected internal MPSCnnLogSoftMaxGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradient : nativeint -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes