native_neural_network 0.1.6

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod search;
mod candidate_filter;
mod score_transform;

pub use search::*;
pub use candidate_filter::*;
pub use score_transform::*;