//! RNN-T (transducer) head for GigaAM. Layout mirrors the reference Python
//! `RNNTDecoder` / `RNNTJoint` / `RNNTHead` in
//! `submodules/GigaAM/gigaam/decoder.py`: multi-layer LSTM predictor +
//! two-Linear-sum + ReLU + Linear + log-softmax joint. LSTM gate order is
//! PyTorch's `[i, f, g, o]` so checkpoints load without remapping.
pub
pub
pub
pub
pub
pub use RnntStepBackend;
pub use RnntHead;