oxideai / mlx-rs

Unofficial Rust bindings to Apple's mlx framework
https://oxideai.github.io/mlx-rs/
Apache License 2.0
63 stars 5 forks source link

Ops checklist (for future macros) #84

Open minghuaw opened 4 months ago

minghuaw commented 4 months ago

The list of ops below is copied from https://github.com/ml-explore/mlx-swift/blob/36d63a1fc386a551df14f5b67df1756dc17d2ebc/Source/MLX/Documentation.docc/free-functions.md and they don't necessarily match one-to-one in the rust binding. The op will be checked out if an equivalent is implemented in the rust binding.

Please note that random ops are NOT included


Topics

Element-wise Arithmetic Free Functions

Convolution

Cumulative

Indexes

Factory

I/O

Logical

Logical Reduction

Aggregating Reduction

Shapes

Sorting

Quantization

Evaluation and Transformation

Other