MPSNNGraph.Create(IMTLDevice, MPSNNImageNode, Boolean) Method

Definition

[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

Parameters

device
IMTLDevice
resultImage
MPSNNImageNode
resultIsNeeded
Boolean

Returns

Attributes

Applies to