safemlx 0.2.2

Low-level MLX execution layer used by the Eredu model runtime
Documentation
//! Operations

mod arithmetic;
mod conversion;
mod convolution;
mod cumulative;
mod factory;
mod io;
mod logical;
mod other;
mod quantization;
mod reduction;
mod shapes;
mod sort;

pub mod indexing;

pub use arithmetic::*;
pub use conversion::*;
pub use convolution::*;
pub use cumulative::*;
pub use factory::*;
pub use logical::*;
pub use other::*;
pub use quantization::*;
pub use reduction::*;
pub use shapes::*;
pub use sort::*;