MPSNNReshapeGradient 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
MPSNNReshapeGradient(NSCoder) | |
MPSNNReshapeGradient(NSObjectFlag) | |
MPSNNReshapeGradient(IMTLDevice) | |
MPSNNReshapeGradient(IntPtr) | |
MPSNNReshapeGradient(NSCoder, IMTLDevice) |
MPSNNReshapeGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshapeGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSNNReshapeGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSNNReshapeGradient
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSNNReshapeGradient(NSObjectFlag)
protected MPSNNReshapeGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshapeGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshapeGradient
Parameters
Applies to
MPSNNReshapeGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshapeGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshapeGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshapeGradient
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSNNReshapeGradient(IntPtr)
protected internal MPSNNReshapeGradient (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshapeGradient : nativeint -> MetalPerformanceShaders.MPSNNReshapeGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSNNReshapeGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshapeGradient (Foundation.NSCoder decoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshapeGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshapeGradient
Parameters
- decoder
- NSCoder
- device
- IMTLDevice
- Attributes