Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/entity/src/
H A Dsparse.rs66 sparse: SecondaryMap<K, u32>, field
78 sparse: SecondaryMap::new(), in new()
100 if let Some(idx) = self.sparse.get(key).cloned() { in get()
115 if let Some(idx) = self.sparse.get(key).cloned() { in get_mut()
127 if let Some(idx) = self.sparse.get(key).cloned() { in index()
162 self.sparse[key] = idx as u32; in insert()
179 self.sparse[back.key()] = idx as u32; in remove()
H A Dlib.rs280 mod sparse; module
289 pub use self::sparse::{SparseMap, SparseMapValue, SparseSet};
/wasmtime-44.0.1/crates/wasi-nn/wit/
H A Dwasi-nn.wit39 /// Initially conceived as a sparse representation, each empty cell would be filled with zeros