zilla-muf 0.1.1

Shared structured-matrix and numerical primitives for sparse attention and state space models (SSMs).
Documentation
1
2
3
4
5
6
7
mod softmax;
mod segsum;
mod activations;

pub use softmax::{softmax, log_sum_exp};
pub use segsum::segsum;
pub use activations::{sigmoid, silu};