onnxruntime/include/onnxruntime/core/providers
daquexian c65489a47f Initial PR for NNAPI execution provider (#1220)
* init

* Update DNNLibrary

* Update DNNLibrary, set compiler flags, it compiles now

* Add more missing flags, add test

* Update DNNLibrary

* Update Compile method, fix allocator and some other bugs

* Update DNNLibrary

* Implement CopyTensor

* Not delete state explicitly since it is managed by unique_ptr

* Add the missing files when SingleUnitTestProjct is ON

* misc changes

* Fix wrong name in provider factory

* Add my own test

* Update the code of add node into graph, and add the missing initializer into graph

* Fix the bug that re-build the graph produces extra output

* Update DNNLibrary

* Transpose nchw (ONNX) -> nhwc (NNAPI)

* Add license

* Add GetSupportedNodes method (implement it later)

* Rename onnxruntime_nnapi_test->onnxruntime_nnapi_squeezenet_test

* Update squeezenet_test.cpp after rebase master

* Remove squeezenet_test.cpp since it is almost same with the c++ sample

* Update DNNLibrary for GetSupportedNodes

* Update GetSupportedNodes

* Revert "Remove squeezenet_test.cpp since it is almost same with the c++ sample"

This reverts commit a97575fd9ff49e50ba1dc8d8154790d8cd86c48d.

* Update DNNLibrary

* Fix multiple outputs bug

* Remove GetKernelRegistry

* Revert "Revert "Remove squeezenet_test.cpp since it is almost same with the c++ sample""

This reverts commit 2a0670e9cbf10ea654111ce39e198a4be0ddd838.

* Set default memory type of NNAPI EP

* Add CPUOutput allocator

* Update DNNLibrary for multiple outputs

* Fix bug of nhwc->nchw

* Remove GetExecutionHandle()
2019-07-02 06:03:29 -07:00
..
cpu cleanup extra header from c api and sanitize C api test (#517) 2019-02-24 21:06:54 -08:00
cuda C API - Remove reference counting (#344) 2019-01-25 19:41:10 -08:00
mkldnn C API - Remove reference counting (#344) 2019-01-25 19:41:10 -08:00
ngraph Add nGraph Execution Provider (#832) 2019-04-20 17:02:35 -07:00
nnapi Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
openvino Initial commit for OpenVINO Execution Provider (#935) 2019-06-18 08:58:53 -07:00
tensorrt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
providers.h Clean up code (#1033) 2019-05-15 10:00:39 -07:00