Edit

Share via


MPSNNReductionSpatialMeanGradientNode Constructors

Definition

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

Applies to