共用方式為


MPSNNReshape 建構函式

定義

多載

MPSNNReshape(NSCoder)
MPSNNReshape(NSObjectFlag)
MPSNNReshape(IMTLDevice)
MPSNNReshape(IntPtr)
MPSNNReshape(NSCoder, IMTLDevice)

MPSNNReshape(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

MPSNNReshape(NSObjectFlag)

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

參數

適用於

MPSNNReshape(IMTLDevice)

[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshape : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshape

參數

device
IMTLDevice
屬性

適用於

MPSNNReshape(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

MPSNNReshape(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshape

參數

decoder
NSCoder
device
IMTLDevice
屬性

適用於