Skip to main content

executor

Function executor 

Source
pub fn executor(model: &Model, threads: usize) -> Result<Executor<CpuBackend>>
Expand description

The compat graph of model on the plan executor with the default bucket table, on threads threads. This is the fast path, and Compat is what it is checked against.

ยงErrors

When the graph does not lower, which for a checkpoint that loaded means a bug.