Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 604 Bytes

mxnet Rust Bindings

This is a work in progress. Contributions gladly accepted!

The mxnet crate defines a high-level Rust API for mxnet using the mxnet-sys crate.

Dependencies

To use mxnet-sys, you'll need to build and install libmxnet.so where Cargo can find it. For example, copy libmxnet.so to /usr/local/lib.

For details on how to build libmxnet.so, please see the mxnet project.

License

Distributed under the ISC License.