ir-py
Build and transform ONNX model graphs in memory
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ir-py?โผ
Run `npx skills add onnx/ir-py --all -g -y` in your terminal to install all skills in this repository globally.
What is ONNX IR used for?โผ
It is a Python library for building, analyzing, and transforming ONNX model graphs in memory without depending on protobuf after loading.
How do I write an ONNX transformation pass?โผ
The pass-writing skill teaches your agent the correct base classes, traversal patterns, and safety rules to create reliable graph transformation passes.
Does ONNX IR handle large model tensors?โผ
Yes. It uses memory-mapped external tensors and zero-copy access, so there is no tensor size limitation and memory usage stays low.
Can I modify a graph while iterating over it?โผ
Yes. The library's iterators are designed for safe mutation during traversal, and the skill explains forward and reverse iteration patterns.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core