Skip to content

Commit b883020

Browse files
authored
[IR] Update README.md (#1445)
Add a bullet point in the features around protobuf.
1 parent 0d98619 commit b883020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxscript/ir/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ An in-memory IR that supports the full ONNX spec, designed for graph constructio
1010
- Robust mutation: Create as many iterators as you like on the graph while mutating it.
1111
- Speed: Performant graph manipulation, serialization/deserialization to Protobuf.
1212
- Pythonic and familiar APIs: Classes define Pythonic apis and still map to ONNX protobuf concepts in an intuitive way.
13+
- No protobuf dependency: The IR does not require protobuf once the model is converted to the IR representation, decoupling from the serialization format.
1314

1415
## Code Organization 🗺️
1516

0 commit comments

Comments
 (0)