1 2 3 4 5 6 7 8 9 10
//! Backend-independent intermediate representation of optimization problems. mod types; pub use types::{ FactorKind, FixedMask, HandEyeMode, ManifoldKind, ProblemIR, ResidualBlock, RobustLoss, }; #[cfg(test)] pub use types::ParamId;