pub fn executor_with( model: &Model, backend: CpuBackend, ) -> Result<Executor<CpuBackend>>
executor on a backend the caller set up, such as one with_int8.
executor
with_int8
As executor.