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