Brian Rosenberger 205252e5a9 | ||
---|---|---|
.. | ||
README.md | ||
lenet.onnx | ||
onnx-op-defs.pb | ||
onnx.pbtxt | ||
onnx_def_gen.py | ||
save_test.py | ||
test_onnx_lenet.py | ||
test_op_def_gen.py |
README.md
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.