Expand description
Graph session — the primary orchestrator for Graph → Compile → Execute.
GraphSession binds a Graph with its FilterLibrary, cache,
event bus, and optional distributed components into a single object
that can compile, fit, and execute.
Structs§
- Graph
Session - The primary orchestrator: Graph + filters + cache + events.
Functions§
- graph_
fit - Fit all trainable filters in topological order.
- graph_
predict - Compile in Inference mode and execute, returning the last leaf’s output.
- graph_
run - Compile and execute a graph, returning all node outputs.