cavis/.old/contrib/codegen-tools/onnx-def-gen/README.md

20 lines
326 B
Markdown
Raw Permalink Normal View History

Onnx op definition loading
---------------------------------
Setup
-------
Use anaconda and install onnx:
```
conda install onnx
```
Generate a file
---------------------
```
python onnx_def_gen.py
```
This will generate a file with all op definitions
loadable as NodeProto in onnx serialized as a text file
split by --\n.