JDAI-CV / DNNLibrary

Daquexian's NNAPI Library. ONNX + Android NNAPI
Apache License 2.0
346 stars 59 forks source link

[WIP] Make most boilerplate code auto-generated & refactor #67

Closed daquexian closed 4 years ago

daquexian commented 4 years ago

Old daq models will not work anymore.

With this PR, when adding new op, only code in convert() in OnnxConvert.cpp will need to be updated.

In this PR, dilated conv, prelu and global pooling doesn't work

daquexian commented 4 years ago

It basically works now. I will merge it after I implement prelu in modelbuider