1 2 3 4 5 6 7 8 9 10 11
//! Evaluation primitives shared by the L1 smoke runner and any future //! benchmark harness — WER/CER metrics, latency sample collection, and //! `ci_baseline.json` regression gating. pub mod annotations; pub mod baseline; pub mod f1; pub mod fixtures; pub mod latency; pub mod metrics; pub mod segmentation;