onnxruntime/cmake
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
..
external Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnx make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
patches Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
CMakeLists.txt Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
ConfigureVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
EnableVisualStudioCodeAnalysis.props Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
get_boost.cmake restore ninja compatibility 2019-05-15 10:18:52 -07:00
onnxruntime.cmake Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnxruntime_codegen.cmake make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
onnxruntime_common.cmake Use manylinux2010 image to build linux python wheels (#1282) 2019-06-27 15:45:06 -07:00
onnxruntime_config.h.in Add an API for retrieve ORT version (#1263) 2019-06-20 15:42:12 -07:00
onnxruntime_csharp.cmake MKLML pipeline - update C# and CMake to handle dll dependencies (#810) 2019-04-10 18:16:02 -07:00
onnxruntime_dependencies.dot Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
onnxruntime_framework.cmake Add ability to dump node input/output (#1202) 2019-06-13 06:47:50 +10:00
onnxruntime_graph.cmake make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
onnxruntime_language_interop_ops.cmake Add PyOp doc and UT (#1200) 2019-06-17 11:15:44 -07:00
onnxruntime_mlas.cmake MLAS: NCHWc low-level changes (#1283) 2019-06-25 16:57:30 -07:00
onnxruntime_optimizer.cmake make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
onnxruntime_providers.cmake Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnxruntime_pyop.cmake Add PyOp doc and UT (#1200) 2019-06-17 11:15:44 -07:00
onnxruntime_python.cmake Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnxruntime_server.cmake Create a syslog sink for logging in !Win32 env (#1163) 2019-06-06 16:35:06 +10:00
onnxruntime_session.cmake implement python opeartor (#1045) 2019-06-07 11:50:23 -07:00
onnxruntime_unittests.cmake Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
onnxruntime_util.cmake make builds more robust (#906) (#932) 2019-04-29 12:58:20 -07:00
protobuf_function.cmake Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00