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 lookup;
mod projection;

pub use errors::EmbeddingError;
pub use lookup::gather_embeddings;
pub use projection::tied_output_projection;