Home
last modified time | relevance | path

Searched defs:compiled_module (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasi-nn/src/backend/
H A Dpytorch.rs31 let mut compiled_module = CModule::load_data_on_device( in load() localVariable
59 let compiled_module = CModule::load_on_device( in load_from_dir() localVariable
/wasmtime-44.0.1/examples/
H A Dasync.cc185 auto compiled_module = in main() local
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs642 pub(crate) fn compiled_module(&self) -> &CompiledModule { in compiled_module() method
895 let compiled_module = self.compiled_module(); in get_export_index() localVariable
H A Dtrap.rs484 let compiled_module = module.compiled_module(); in new() localVariable
H A Dinstance.rs303 let compiled_module = module.compiled_module(); in new_raw() localVariable