onnxruntime/cmake/external
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
..
date@e7e1482087 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
DNNLibrary@90cb0f8d60 Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
eigen@1456fe2fac Convert eigen to a submodule and update it to the latest version 2019-04-18 21:24:56 -07:00
gemmlowp@42c53187a5 update gemmlowp which carries a windows build break fix. (#291) 2019-01-07 18:24:46 -08:00
googletest@9bda90b7e5 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
gsl@cee3125af7 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
nsync@8f50e4463c Add nsync (#292) 2019-01-09 10:40:55 -08:00
onnx@d94f99d21a Update ONNX to d94f99d21a9a0820d58966410ceaf525132f85f1 to pickup change to checker that makes ssd_mobilenet model load 20x faster by avoiding unnecessary copies. (#1307) 2019-06-27 08:39:41 -07:00
onnx-tensorrt@3aa0a1cb41 Improve TensorRT GetCapability to Enable More Models (#1012) 2019-05-24 10:12:55 -07:00
protobuf@48cb18e5c4 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
re2@30cad26715 Implement tokenex regular expression matching and add tests. (#480) 2019-02-20 15:56:32 -08:00
tvm@c2b3615477 Enable tvm in CI builds. (#285) 2019-01-07 19:37:06 -08:00
eigen.cmake Convert eigen to a submodule and update it to the latest version 2019-04-18 21:24:56 -07:00
FindNumPy.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
jemalloc.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
mkldnn.cmake Upgrade mkldnn to 0.18 (#650) 2019-03-19 16:23:55 -07:00
ngraph.cmake Support for building ngraph EP on Windows (#978) 2019-05-07 14:14:50 -07:00
openvino.cmake Initial commit for OpenVINO Execution Provider (#935) 2019-06-18 08:58:53 -07:00
pybind11.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
zlib.cmake Initial bootstrap commit. 2018-11-19 16:48:22 -08:00