cmsis-nn-rs

Crates.iocmsis-nn-rs
lib.rscmsis-nn-rs
version0.2.1
created_at2025-01-15 07:50:43.772607+00
updated_at2025-04-16 03:48:00.735964+00
descriptionBindings to the CMSIS NN library for ARM Cortex-M processors
homepage
repositoryhttps://github.com/XxChang/cmsis_nn_rs
max_upload_size
id1517228
size509,803
chang xu (XxChang)

documentation

README

cmsis_nn_rs

rust bindings for CMSIS-NN.

integrate with tflite

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.

Commit count: 23

cargo fmt