native_neural_network 0.3.1

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod errors;
mod frequencies;
mod rotation;

pub use errors::RopeError;
pub use rotation::apply_rope_in_place_f32 as apply_rope_in_place;
pub use rotation::apply_rope_in_place_f64;