Built both release/debug version of onnc from onnc-umbrella, it complains:
> onnc -mquadruple nvdla ./lenet.onnx
NvDla is invoked
Fatal: Meet unsupported operator: import/conv1first/BiasAdd.```
Is this expected?
When running the docker image tutorial (https://github.com/ONNC/onnc-tutorial/blob/master/lab_1_Environment_Setup/lab_1.md), the .onnx to .nvdla conversion is completed successfully. Seems like a onnc version differences caused issue.