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