Skip to main content

Crate onnx_ir

Crate onnx_ir 

Source

Re-exports§

pub use ir::*;
pub use node::*;

Modules§

ir
ONNX Intermediate Representation (IR) types
node
Node module contains implementations of ONNX operations.

Structs§

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.

Enums§

Error
Errors that can occur when parsing ONNX models