pub fn executor(model: &Model, threads: usize) -> Result<Executor<CpuBackend>>
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.
model
threads
Compat
When the graph does not lower, which for a checkpoint that loaded means a bug.