Home
last modified time | relevance | path

Searched refs:input_tuple (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/
H A Dnn.rs53 let input_tuple = (input.0.to_string(), tensor); in classify() localVariable
54 let output_tensors = context.compute(vec![input_tuple]).unwrap(); in classify()