native_neural_network 0.3.1

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

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