mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
* Add ArmNN Execution Provider Add a new execution provider targeting Arm architecture based on ArmNN. Validated on NXP i.MX8QM CPU with ResNet50, MobileNetv2 and VGG models. reviewed-by: mike.caraman@nxp.com * Minor fixes - renamed onnxruntime_ARMNN_RELU_USECPU to onnxruntime_ARMNN_RELU_USE_CPU - fixed acl typo * remove extra includes. added exception for ArmNN in test * fix indentation * Separated the activation implementation from the cpu and fixed the blockage from the endif Co-authored-by: Andrei-Alexandru <andrei-alexandru.avram@nxp.com> |
||
|---|---|---|
| .. | ||
| execution_providers | ||
| images | ||
| python | ||
| ABI_Dev_Notes.md | ||
| AddingCustomOp.md | ||
| AddingExecutionProvider.md | ||
| Android_testing.md | ||
| C_API.md | ||
| cmake_guideline.md | ||
| Coding_Conventions_and_Standards.md | ||
| ContribOperators.md | ||
| CSharp_API.md | ||
| FAQ.md | ||
| How_To_Update_ONNX_Dev_Notes.md | ||
| InferenceHighLevelDesign.md | ||
| Java_API.md | ||
| Model_Test.md | ||
| NotesOnThreading.md | ||
| ONNX_Runtime_Graph_Optimizations.md | ||
| ONNX_Runtime_Perf_Tuning.md | ||
| ONNX_Runtime_Server_Usage.md | ||
| onnxruntime_dependencies.dot | ||
| onnxruntime_dependencies.png | ||
| OperatorKernels.md | ||
| PR_Guidelines.md | ||
| Privacy.md | ||
| PyOp.md | ||
| Python_Dev_Notes.md | ||
| ReleaseManagement.md | ||
| Roadmap.md | ||
| Server.md | ||
| Versioning.md | ||
| WinRT_API.md | ||