native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
8
9
mod backend;
mod engine_ops;
mod io_guard;
mod rnn_flow;

pub use backend::*;
pub use engine_ops::*;
pub use io_guard::*;
pub use rnn_flow::*;