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