Skip to main contentCrate onnx_ir
Source pub use ir::*;pub use node::*;
- ir
- ONNX Intermediate Representation (IR) types
- node
- Node module contains implementations of ONNX operations.
- GraphProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- ModelProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- OnnxGraphBuilder
- ONNX IR builder with fluent API
- TensorProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- TensorShapeProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- TypeProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- ValueInfoProto
- Generated protobuf bindings for the ONNX wire format messages that
sibling crates need to decode on-disk artifacts.
- Error
- Errors that can occur when parsing ONNX models