MPSCnnUpsamplingGradient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnUpsamplingGradient(NSObjectFlag)
protected MPSCnnUpsamplingGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
Parameters
Applies to
MPSCnnUpsamplingGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnUpsamplingGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSCnnUpsamplingGradient(IntPtr)
protected internal MPSCnnUpsamplingGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnUpsamplingGradient : nativeint -> MetalPerformanceShaders.MPSCnnUpsamplingGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes