native_neural_network 0.1.6

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod qtypes;
mod int8;
mod matmul;

pub use qtypes::QuantError;
pub use int8::{quantize_i8_symmetric, dequantize_i8_symmetric};
pub use matmul::matmul_i8_f32;