Edit

Share via


MPSCnnUpsamplingNearestGradient Constructors

Definition

Overloads

MPSCnnUpsamplingNearestGradient(NSCoder)
MPSCnnUpsamplingNearestGradient(NSObjectFlag)
MPSCnnUpsamplingNearestGradient(IntPtr)
MPSCnnUpsamplingNearestGradient(IMTLDevice, nuint, nuint)

MPSCnnUpsamplingNearestGradient(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingNearestGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient

Parameters

coder
NSCoder
Attributes

Applies to

MPSCnnUpsamplingNearestGradient(NSObjectFlag)

protected MPSCnnUpsamplingNearestGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient

Parameters

Applies to

MPSCnnUpsamplingNearestGradient(IntPtr)

protected internal MPSCnnUpsamplingNearestGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient : nativeint -> MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient

Parameters

handle
IntPtr

nativeint

Applies to

MPSCnnUpsamplingNearestGradient(IMTLDevice, nuint, nuint)

[Foundation.Export("initWithDevice:integerScaleFactorX:integerScaleFactorY:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingNearestGradient (Metal.IMTLDevice device, nuint integerScaleFactorX, nuint integerScaleFactorY);
new MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient : Metal.IMTLDevice * nuint * nuint -> MetalPerformanceShaders.MPSCnnUpsamplingNearestGradient

Parameters

device
IMTLDevice
integerScaleFactorX
System.System.UIntPtr System.unativeint
integerScaleFactorY
System.System.UIntPtr System.unativeint
Attributes

Applies to