Function kn_graph::cpu::cpu_eval_graph

source ·
pub fn cpu_eval_graph(
    graph: &Graph,
    batch_size: usize,
    inputs: &[Tensor]
) -> Vec<Tensor>
Expand description

Evaluate the given graph on the CPU, with the given batch size and inputs, returning the outputs.