| Crates.io | cmsis-nn-rs |
| lib.rs | cmsis-nn-rs |
| version | 0.2.1 |
| created_at | 2025-01-15 07:50:43.772607+00 |
| updated_at | 2025-04-16 03:48:00.735964+00 |
| description | Bindings to the CMSIS NN library for ARM Cortex-M processors |
| homepage | |
| repository | https://github.com/XxChang/cmsis_nn_rs |
| max_upload_size | |
| id | 1517228 |
| size | 509,803 |
rust bindings for CMSIS-NN.
cmsis_nn_rs app can be created from tflite model. See examples/tflite_loader.rs for details. And run it with cargo run --example tflite_loader --release.