MPSNNResizeBilinear 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
MPSNNResizeBilinear(NSCoder) | |
MPSNNResizeBilinear(NSObjectFlag) | |
MPSNNResizeBilinear(IntPtr) | |
MPSNNResizeBilinear(NSCoder, IMTLDevice) | |
MPSNNResizeBilinear(IMTLDevice, nuint, nuint, Boolean) |
MPSNNResizeBilinear(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNResizeBilinear (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSNNResizeBilinear : Foundation.NSCoder -> MetalPerformanceShaders.MPSNNResizeBilinear
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSNNResizeBilinear(NSObjectFlag)
protected MPSNNResizeBilinear (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNResizeBilinear : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNResizeBilinear
Parameters
Applies to
MPSNNResizeBilinear(IntPtr)
protected internal MPSNNResizeBilinear (IntPtr handle);
new MetalPerformanceShaders.MPSNNResizeBilinear : nativeint -> MetalPerformanceShaders.MPSNNResizeBilinear
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSNNResizeBilinear(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNResizeBilinear (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNResizeBilinear : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNResizeBilinear
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSNNResizeBilinear(IMTLDevice, nuint, nuint, Boolean)
[Foundation.Export("initWithDevice:resizeWidth:resizeHeight:alignCorners:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNResizeBilinear (Metal.IMTLDevice device, nuint resizeWidth, nuint resizeHeight, bool alignCorners);
new MetalPerformanceShaders.MPSNNResizeBilinear : Metal.IMTLDevice * nuint * nuint * bool -> MetalPerformanceShaders.MPSNNResizeBilinear
Parameters
- device
- IMTLDevice
- resizeWidth
- System.System.UIntPtr System.unativeint
- resizeHeight
- System.System.UIntPtr System.unativeint
- alignCorners
- Boolean
- Attributes