1 2 3 4 5 6 7 8 9 10
//! Generated protobuf definitions for ONNX //! //! This module contains the generated Rust code from ONNX protobuf files #[allow(clippy::all)] pub mod onnx { include!("onnx.rs"); } pub use onnx::*;