torchforge_bench/lib.rs
1//! # torchforge-bench
2//!
3//! ML benchmark suite for reproducing paper results in Rust.
4//!
5//! The goal: reproduce high-profile ML paper architectures in Rust and
6//! demonstrate measurable performance and memory advantages over Python
7//! reference implementations — particularly on edge hardware.
8//!
9//! ## Status
10//!
11//! Active development. API is not yet stable.