mlx_rs::transforms

Type Alias KeyedParameters

Source
pub type KeyedParameters<Arr> = HashMap<Rc<str>, Arr>;
Expand description

Type alias for a hashmap of parameters.

Aliased Typeยง

struct KeyedParameters<Arr> { /* private fields */ }