1 2 3 4 5
mod config; mod reader; mod recorder; pub use config::load_config_from_file; pub use recorder::{LoadArgs, PyTorchFileRecorder};