Skip to main content

Module graph_session

Module graph_session 

Source
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§

GraphSession
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.