Skip to main content

burn_mamba/mamba3/ssd/
trapezoidal.rs

1//! Trapezoidal two-SSD wrapper.
2//!
3//! The trapezoidal discretization is implemented directly in [`crate::mamba3::mamba3::Mamba3::forward`]
4//! by calling the standard SSD twice (γ-term and β-term) and summing the outputs.
5//! This module is reserved for future utilities or higher-level abstractions.