MPSNNReshape 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性