[v1.0.0] - 2025-08-30
Added
- One-click deployment and test shell scripts (
./create MyModel) for reproducible pipelines. - ONNX preprocessing stage feeding Zant IR (layout normalization, graph cleanup, graph optimization).
- Graph-split testing pipeline (
./zant onnx_extract --path path/my_model.onnx \ zig build extractor-* -Dmodel="my_model") validating per-node intermediate I/O...