Skip to main content

executor_from

Function executor_from 

Source
pub fn executor_from(
    spec: &LayaSpec,
    graph: &LayaGraph,
    tensors: &Tensors,
    threads: usize,
) -> Result<Executor<CpuBackend>>
Expand description

executor from the pieces of a model.

ยงErrors

As executor.