Expand description
Axonml ONNX - ONNX Import/Export for ML Models
§File
crates/axonml-onnx/src/lib.rs
§Author
Andrew Jewell Sr - AutomataNexus
§Updated
March 8, 2026
§Disclaimer
Use at own risk. This software is provided “as is”, without warranty of any kind, express or implied. The author and AutomataNexus shall not be held liable for any damages arising from the use of this software.
Re-exports§
pub use error::OnnxError;pub use error::OnnxResult;pub use export::export_onnx;pub use model::OnnxModel;pub use parser::import_onnx;pub use parser::import_onnx_bytes;
Modules§
- error
- ONNX Error Types
- export
- ONNX Export
- model
- ONNX Model Representation
- operators
- ONNX Operator Implementations
- parser
- ONNX Parser
- proto
- ONNX Protocol Buffer Definitions
Constants§
- ONNX_
IR_ VERSION - ONNX IR version.
- SUPPORTED_
OPSET_ VERSION - ONNX opset version supported by this crate.