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