cavis/contrib/codegen-tools/onnx-def-gen
Brian Rosenberger a002461812 Refactoring to Brutex Network modules layout and introduced gradle build system
Signed-off-by: brian <brian@brutex.de>
2022-09-20 15:40:53 +02:00
..
README.md Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00
lenet.onnx Dev commits 2021-02-01 14:31:20 +09:00
onnx-op-defs.pb Dev commits 2021-02-01 14:31:20 +09:00
onnx.pbtxt Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00
onnx_def_gen.py Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00
save_test.py Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00
test_onnx_lenet.py Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00
test_op_def_gen.py Refactoring to Brutex Network modules layout and introduced gradle build system 2022-09-20 15:40:53 +02:00

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.