Expand description
Sparse computation module.
This module provides sparse implementations of neural network layers.
Re-exports§
pub use crate::config::ActivationType;
Structs§
- Sparse
Ffn - Sparse Feed-Forward Network computation.
- SwiGLU
Ffn - SwiGLU FFN (placeholder for future implementation).
Traits§
- Feed
Forward - Trait for feed-forward network layers.