JDAI-CV / DNNLibrary

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

Is it possible providing well organized static or dynamic libs and includes for your nnapi wrapper? #49

Open Grant-Tao opened 5 years ago

Grant-Tao commented 5 years ago

I am programming a shell program on android 9.0, your dnnlibrary provides a very good wrapper for nnapi. like openblas or boost, is it possible for you to streamline your organization of libs and includes and provide a good api document?

is there any readmes for dnn_benchmark, dnn_retrieve_result?

Your work is a great job.

thanks a lot.