Back to Deeplearning4j

README

codegen/onnx-def-gen/README.md

1.0.0-M2.1343 B
Original Source

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.