次の方法で共有


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
属性

適用対象