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
Id
public string Id { get; set; }
Property Value
Operation
public Func<nint, nint, Task> Operation { get; set; }
Property Value
Priority
public MetalStreamPriority Priority { get; set; }