oxideai / mlx-rs

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

impl `IndexMutOp` #65

Closed minghuaw closed 3 months ago

minghuaw commented 3 months ago

Dependencies

minghuaw commented 3 months ago

tricky one to review, but everything seems to check out and against the other implementations. nice work! 👍

Yeah. This is just like the Index PR that it's simply copying the logic and the unit tests from the swift binding