Expand description
Computational graph — DAG of filter nodes connected by edges.
The graph is the user-facing representation of a pipeline topology.
It gets compiled into an [ExecutionPlan] by the compiler.
Structs§
- Edge
- A directed edge connecting two nodes.
- Graph
- A directed graph of computational nodes.
- Node
- A node in the computational graph.
Enums§
Functions§
- linear_
pipeline - Builder for constructing linear pipelines easily.