1 2 3 4 5 6 7
pub mod onnx_pb { include!(concat!(env!("OUT_DIR"), "/prost/onnx.rs")); } mod pb_helpers; pub use pb_helpers::*;