| /wasmtime-44.0.1/docs/ |
| H A D | introduction.md | 4 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 D | wasip2-plugins.md | 52 > of the [Component Model documentation](https://component-model.bytecodealliance.org/).
|
| H A D | cli-options.md | 116 ,a human-oriented text encoding of Wasm Component Model values. For example:
|
| H A D | contributing-fuzzing.md | 120 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 D | winml.rs | 144 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 D | ast.rs | 17 Model(Model), enumerator 247 pub struct Model { struct
|
| H A D | printer.rs | 177 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 D | parser.rs | 187 "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 D | annotations.rs | 5 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 D | README.md | 1 # Named Model Example
|
| /wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/broken/sdiv/ |
| H A D | broken_sdiv_safe_const.isle | 12 ;; Model ImmExtend as an Int, where
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/ |
| H A D | README.md | 21 ### Pre-requisite: Model
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/ |
| H A D | README.md | 60 To robustly support rich types, composition, and easier interoperability, the [Component Model][cm]…
|
| /wasmtime-44.0.1/crates/wasmtime/ |
| H A D | Cargo.toml | 413 # Enables support for the Component Model Async ABI, along with `future`,
|
| /wasmtime-44.0.1/crates/wasi/src/p3/wit/deps/ |
| H A D | sockets.wit | 170 /// `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 D | sockets.wit | 170 /// `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 D | http.wit | 449 /// duplication is currently necessary because some Component Model tooling
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/fixture/ |
| H A D | synset.txt | 662 n03777568 Model T
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-component-onnx/fixture/labels/ |
| H A D | squeezenet1.1-7.txt | 662 n03777568 Model T
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | inst.isle | 439 ;; Model an Amode as a combination of flags and the calculated 64-bit address.
|