文件名称:Android代码-DNNLibrary
文件大小:947KB
文件格式:ZIP
更新时间:2022-08-26 22:58:16
Android代码
DNNLibrary Run ONNX models on your Android phone using the new NNAPI ! Android 8.1 introduces Neural Networks API (NNAPI). It's very exciting to run a model in the "native" way supported by Android System. :) DNNLibrary is a wrapper of NNAPI ("DNNLibrary" is for "daquexian's NNAPI library). It lets you easily make the use of the new NNAPI introduced in Android 8.1. You can convert your onnx model into daq and run the model directly. For the Android app example, please check out dnnlibrary-e