Skip to main content

Crate nxpu_backend_onnx

Crate nxpu_backend_onnx 

Source
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ยง

OnnxBackend
ONNX backend that compiles NxPU IR into .onnx model files.