MPSNNReshape Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se a
MPSNNReshape(NSObjectFlag)
protected MPSNNReshape (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshape : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshape
Parâmetros
Aplica-se 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
Aplica-se a
MPSNNReshape(IntPtr)
protected internal MPSNNReshape (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshape : nativeint -> MetalPerformanceShaders.MPSNNReshape
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se 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