mlxrs 0.1.0

Safe Rust bindings for Apple's MLX array framework, with LM, VLM, audio, and embeddings support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Free-fn form of mlx-c ops. Each submodule corresponds to an ops group,
//! covering the full `ops.h` surface.

pub mod arithmetic;
pub mod comparison;
pub mod fast;
pub mod fft;
pub mod indexing;
pub mod linalg_basic;
pub mod linalg_full;
pub mod logical;
pub mod misc;
pub mod quantized;
pub mod random;
pub mod reduction;
pub mod shape;