MPSNNGraph.Create(IMTLDevice, MPSNNImageNode, Boolean) Método
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í.
[Foundation.Export("graphWithDevice:resultImage:resultImageIsNeeded:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSNNGraph Create (Metal.IMTLDevice device, MetalPerformanceShaders.MPSNNImageNode resultImage, bool resultIsNeeded);
static member Create : Metal.IMTLDevice * MetalPerformanceShaders.MPSNNImageNode * bool -> MetalPerformanceShaders.MPSNNGraph
Parámetros
- device
- IMTLDevice
- resultImage
- MPSNNImageNode
- resultIsNeeded
- Boolean
Devoluciones
- Atributos