Skip to content
Snippets Groups Projects
Name Last commit Last update
..
torch2hpvm
.gitignore
README.md
TODO.md
setup.py

Importing Conda Environment:

conda env create -f onnx_environment.yml

Activate/deactivate Conda Environment

conda activate onnx_frontend

Building and Installing Frontend for ONNX:

python setup.py build

python setup.py install

How to Run

python main.py

Set all your config, e.g. onnx model location, input size and emit directory for generated source code, in config.py.

Resources

  1. ONNX overview
  2. ONNX operator specs
  3. Conversion between models - available adapters