Expand description
ONNX backend emitter for NxPU.
Analyzes NxPU IR to recognize high-level tensor operations (MatMul,
element-wise ops) and emits ONNX (.onnx) model files using protobuf
serialization via prost.
Structsยง
- Onnx
Backend - ONNX backend that compiles NxPU IR into
.onnxmodel files.