MPSNNMultiplicationGradientNode 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
MPSNNMultiplicationGradientNode(NSObjectFlag)
protected MPSNNMultiplicationGradientNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNMultiplicationGradientNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNMultiplicationGradientNode
Parameters
Applies to
MPSNNMultiplicationGradientNode(IntPtr)
protected internal MPSNNMultiplicationGradientNode (IntPtr handle);
new MetalPerformanceShaders.MPSNNMultiplicationGradientNode : nativeint -> MetalPerformanceShaders.MPSNNMultiplicationGradientNode
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSNNMultiplicationGradientNode(MPSNNImageNode[], MPSNNFilterNode, Boolean)
[Foundation.Export("initWithGradientImages:forwardFilter:isSecondarySourceFilter:")]
public MPSNNMultiplicationGradientNode (MetalPerformanceShaders.MPSNNImageNode[] gradientImages, MetalPerformanceShaders.MPSNNFilterNode filter, bool isSecondarySourceFilter);
new MetalPerformanceShaders.MPSNNMultiplicationGradientNode : MetalPerformanceShaders.MPSNNImageNode[] * MetalPerformanceShaders.MPSNNFilterNode * bool -> MetalPerformanceShaders.MPSNNMultiplicationGradientNode
Parameters
- gradientImages
- MPSNNImageNode[]
- filter
- MPSNNFilterNode
- isSecondarySourceFilter
- Boolean
- Attributes
Applies to
MPSNNMultiplicationGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNBinaryGradientStateNode, Boolean)
[Foundation.Export("initWithSourceGradient:sourceImage:gradientState:isSecondarySourceFilter:")]
public MPSNNMultiplicationGradientNode (MetalPerformanceShaders.MPSNNImageNode sourceGradient, MetalPerformanceShaders.MPSNNImageNode sourceImage, MetalPerformanceShaders.MPSNNBinaryGradientStateNode gradientState, bool isSecondarySourceFilter);
new MetalPerformanceShaders.MPSNNMultiplicationGradientNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNBinaryGradientStateNode * bool -> MetalPerformanceShaders.MPSNNMultiplicationGradientNode
Parameters
- sourceGradient
- MPSNNImageNode
- sourceImage
- MPSNNImageNode
- gradientState
- MPSNNBinaryGradientStateNode
- isSecondarySourceFilter
- Boolean
- Attributes