native_neural_network 0.1.6

Lib no_std Rust for native neural network (.rnn)
Documentation
1
2
3
4
5
6
7
mod shape;
mod mask_ops;
mod softmax_ops;
mod kernel_ops;

pub use shape::{AttentionError, AttentionMask, AttentionShape};
pub use kernel_ops::scaled_dot_product_attention;