Home
last modified time | relevance | path

Searched defs:tensor_data (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/src/
H A Dmain.rs15 let tensor_data = fs::read("fixture/tensor.bgr").unwrap(); in main() localVariable
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/
H A Dmain.rs26 let tensor_data = fs::read("fixture/tensor.bgr").unwrap(); in main() localVariable
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-pytorch/src/
H A Dmain.rs16 let tensor_data = preprocess( in main() localVariable
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/src/
H A Dmain.rs19 let tensor_data = preprocess( in main() localVariable