MPSNNResizeBilinear Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
MPSNNResizeBilinear(NSObjectFlag)
protected MPSNNResizeBilinear (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNResizeBilinear : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNResizeBilinear
Параметры
Применяется к
MPSNNResizeBilinear(IntPtr)
protected internal MPSNNResizeBilinear (IntPtr handle);
new MetalPerformanceShaders.MPSNNResizeBilinear : nativeint -> MetalPerformanceShaders.MPSNNResizeBilinear
Параметры
- handle
-
IntPtr
nativeint
Применяется к
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
Параметры
- decoder
- NSCoder
- device
- IMTLDevice
- Атрибуты
Применяется к
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
Параметры
- device
- IMTLDevice
- resizeWidth
- System.System.UIntPtr System.unativeint
- resizeHeight
- System.System.UIntPtr System.unativeint
- alignCorners
- Boolean
- Атрибуты