Skip to content

Commit b632124

Browse files
committed
docs: add architecture diagram to README
1 parent 757defa commit b632124

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ numerical-parity verification against ONNX Runtime.
1717
- **Verified, not assumed**: every operator has numerical-parity tests run against the live
1818
Core ML runtime on macOS.
1919

20+
<p align="center">
21+
<img src="docs/images/Principle.png" alt="onnx2coreml pipeline: ONNX is loaded and validated, run through preprocessing passes and attention fusion, gated for operator coverage, lowered to MIL, built by the coremltools backend into .mlpackage / .mlmodel, then numerically verified against ONNX Runtime." width="900">
22+
</p>
23+
2024
## Install
2125

2226
```bash

docs/images/Principle.png

202 KB
Loading

0 commit comments

Comments
 (0)