Home
last modified time | relevance | path

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

/wasmtime-44.0.1/docs/
H A Dintroduction.md4 Component Model by the [Bytecode Alliance][BA].
16 [The Component Model] is a Wasm architecture that provides a binary format for
55 [The Component Model]: https://github.com/WebAssembly/component-model
H A Dwasip2-plugins.md52 > of the [Component Model documentation](https://component-model.bytecodealliance.org/).
H A Dcli-options.md116 ,a human-oriented text encoding of Wasm Component Model values. For example:
H A Dcontributing-fuzzing.md120 Model is being worked on instead (e.g. WASIp2 and beyond) which is more
/wasmtime-44.0.1/crates/wasi-nn/src/backend/
H A Dwinml.rs144 let input_features = self.session.Model()?.InputFeatures()?; in set_input()
163 let input_features = self.session.Model()?.InputFeatures()?; in compute()
183 let output_features = self.session.Model()?.OutputFeatures()?; in compute()
222 let output_features = self.session.Model()?.OutputFeatures()?; in get_output()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs17 Model(Model), enumerator
247 pub struct Model { struct
H A Dprinter.rs177 Def::Model(model) => model.to_sexpr(), in to_sexpr()
304 impl ToSExpr for Model { implementation
306 let Model { name, val } = self; in to_sexpr() localVariable
H A Dparser.rs187 "model" => Def::Model(self.parse_model()?), in parse_def()
565 fn parse_model(&mut self) -> Result<Model> { in parse_model() argument
620 Ok(Model { name, val }) in parse_model()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs5 use cranelift_isle::ast::{Def, Ident, Model, ModelType, SpecExpr, SpecOp};
345 if let &ast::Def::Model(Model { ref name, ref val }) = def { in parse_annotations()
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/
H A DREADME.md1 # Named Model Example
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/sdiv/
H A Dbroken_sdiv_safe_const.isle12 ;; Model ImmExtend as an Int, where
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/
H A DREADME.md21 ### Pre-requisite: Model
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/
H A DREADME.md60 To robustly support rich types, composition, and easier interoperability, the [Component Model][cm]…
/wasmtime-44.0.1/crates/wasmtime/
H A DCargo.toml413 # Enables support for the Component Model Async ABI, along with `future`,
/wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/
H A Dsockets.wit170 /// `O_NONBLOCK` flag. Instead they fully rely on the Component Model's
547 /// `O_NONBLOCK` flag. Instead they fully rely on the Component Model's
/wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/
H A Dsockets.wit170 /// `O_NONBLOCK` flag. Instead they fully rely on the Component Model's
547 /// `O_NONBLOCK` flag. Instead they fully rely on the Component Model's
H A Dhttp.wit449 /// duplication is currently necessary because some Component Model tooling
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/fixture/
H A Dsynset.txt662 n03777568 Model T
/wasmtime-44.0.1/crates/wasi-nn/examples/classification-component-onnx/fixture/labels/
H A Dsqueezenet1.1-7.txt662 n03777568 Model T
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle439 ;; Model an Amode as a combination of flags and the calculated 64-bit address.