Interface IGraphNode
- Namespace
- Orleans.GpuBridge.Abstractions.Providers.Execution.Interfaces
- Assembly
- Orleans.GpuBridge.Abstractions.dll
Node in a kernel execution graph
public interface IGraphNode
Properties
Dependencies
Dependencies
IReadOnlyList<IGraphNode> Dependencies { get; }
Property Value
NodeId
Node ID
string NodeId { get; }
Property Value
Type
Node type
GraphNodeType Type { get; }