MPSNNReshape Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- coder
- NSCoder
- Atributos
Se aplica a
MPSNNReshape(NSObjectFlag)
protected MPSNNReshape (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshape
Parámetros
Se aplica a
MPSNNReshape(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNReshape (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSNNReshape : Metal.IMTLDevice -> MetalPerformanceShaders.MPSNNReshape
Parámetros
- device
- IMTLDevice
- Atributos
Se aplica a
MPSNNReshape(IntPtr)
protected internal MPSNNReshape (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshape : nativeint -> MetalPerformanceShaders.MPSNNReshape
Parámetros
- handle
-
IntPtr
nativeint
Se aplica a
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
Parámetros
- decoder
- NSCoder
- device
- IMTLDevice
- Atributos