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