MPSCnnUpsamplingGradient 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MPSCnnUpsamplingGradient(NSCoder) | |
MPSCnnUpsamplingGradient(NSObjectFlag) | |
MPSCnnUpsamplingGradient(IMTLDevice) | |
MPSCnnUpsamplingGradient(IntPtr) | |
MPSCnnUpsamplingGradient(NSCoder, IMTLDevice) |
MPSCnnUpsamplingGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingGradient(Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
參數
- coder
- NSCoder
- 屬性
適用於
MPSCnnUpsamplingGradient(NSObjectFlag)
protected MPSCnnUpsamplingGradient(Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
參數
適用於
MPSCnnUpsamplingGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingGradient(Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
參數
- device
- IMTLDevice
- 屬性
適用於
MPSCnnUpsamplingGradient(IntPtr)
protected internal MPSCnnUpsamplingGradient(IntPtr handle);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : nativeint -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
參數
- handle
-
IntPtr
nativeint
適用於
MPSCnnUpsamplingGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingGradient(Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
參數
- decoder
- NSCoder
- device
- IMTLDevice
- 屬性