Expand description
Macros for mlx-rs.
Derive Macrosยง
- Module
Parameters - Derive the
ModuleParameterstrait for a struct. Mark a field with#[param]attribute to include it in the parameters. The field type must implement themlx_rs::module::Parametertrait. - Quantizable
- Derive the
Quantizabletrait for a struct. Mark a field with#[quantizable]attribute to include it in the quantization process. Only support typesMthatM::Quantized = Self