mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
* 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() |
||
|---|---|---|
| .. | ||
| date@e7e1482087 | ||
| DNNLibrary@90cb0f8d60 | ||
| eigen@1456fe2fac | ||
| gemmlowp@42c53187a5 | ||
| googletest@9bda90b7e5 | ||
| gsl@cee3125af7 | ||
| nsync@8f50e4463c | ||
| onnx@d94f99d21a | ||
| onnx-tensorrt@3aa0a1cb41 | ||
| protobuf@48cb18e5c4 | ||
| re2@30cad26715 | ||
| tvm@c2b3615477 | ||
| eigen.cmake | ||
| FindNumPy.cmake | ||
| jemalloc.cmake | ||
| mkldnn.cmake | ||
| ngraph.cmake | ||
| openvino.cmake | ||
| pybind11.cmake | ||
| zlib.cmake | ||