//! CTC head for GigaAM.
//!
//! Submodules:
//! - [`head`] — `CTCHead` (Conv1d + log-softmax projection).
//! - [`jit`] — `CtcHeadJit` (head-only; encoder runs in the shared
//! [`crate::gigaam::GigaAmEncoderJit`]).
//!
//! The unified model wrapper itself lives in [`crate::gigaam::model`].
pub use *;
pub use *;