MPSCnnLogSoftMaxGradientNode 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
MPSCnnLogSoftMaxGradientNode(NSObjectFlag) | |
MPSCnnLogSoftMaxGradientNode(IntPtr) | |
MPSCnnLogSoftMaxGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNGradientStateNode) |
MPSCnnLogSoftMaxGradientNode(NSObjectFlag)
protected MPSCnnLogSoftMaxGradientNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode
Parameters
Applies to
MPSCnnLogSoftMaxGradientNode(IntPtr)
protected internal MPSCnnLogSoftMaxGradientNode (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode : nativeint -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnLogSoftMaxGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNGradientStateNode)
[Foundation.Export("initWithSourceGradient:sourceImage:gradientState:")]
public MPSCnnLogSoftMaxGradientNode (MetalPerformanceShaders.MPSNNImageNode sourceGradient, MetalPerformanceShaders.MPSNNImageNode sourceImage, MetalPerformanceShaders.MPSNNGradientStateNode gradientState);
new MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNGradientStateNode -> MetalPerformanceShaders.MPSCnnLogSoftMaxGradientNode
Parameters
- sourceGradient
- MPSNNImageNode
- sourceImage
- MPSNNImageNode
- gradientState
- MPSNNGradientStateNode
- Attributes