Table of Contents

Class MetalExecutionNode

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Node in the Metal execution graph

public sealed class MetalExecutionNode
Inheritance
MetalExecutionNode
Inherited Members

Properties

Dependencies

public IList<string> Dependencies { get; }

Property Value

IList<string>

Id

public string Id { get; set; }

Property Value

string

Operation

public Func<nint, nint, Task> Operation { get; set; }

Property Value

Func<nint, nint, Task>

Priority

public MetalStreamPriority Priority { get; set; }

Property Value

MetalStreamPriority