Expand description
Low-level crate for parsing .rten
-format machine learning model files.
§About .rten model files
RTen model files contain both the model graph and tensor data. The model graph is in FlatBuffers format and closely follows the ONNX specification. Tensor data is stored following the model graph.
See this document for more details of the format and the rationale for its design.
Re-exports§
pub use schema_generated as schema;
Modules§
- header
- Parse the header of a .rten model file.
- schema_
generated - Schema for the model graph, generated using the FlatBuffers compiler.