Skip to content

ONNX to HLS conversion tool

Javier Duarte requested to merge github/fork/vloncar/onnx-to-hls into master

Created by: vloncar

Initial work on supporting ONNX.

Currently supported layers:

  • Dense/Linear
  • BatchNorm
  • Conv1d and Conv2d
  • Various activations

Tested with models converted from Keras and PyTorch

Merge request reports

Loading