FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deeplearning4j/codegen/onnx-def-gen at master · deeplearning4j/deeplearning4j · GitHub

Latest commit

 

History

History

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.


Back | FazBrowse Home | New Git URL