1. 5845f3d Fix cmake CMAKE_SYSTEM_PROCESSOR string matches by Ledion Daja · 1 year, 8 months ago
  2. 45a8a13 Profilers inherit MicroProfilerInterface instead of MicroProfiler by Måns Nilsson · 1 year, 8 months ago
  3. dace45a Bug fix matching CPU number by Kristofer Jonsson · 1 year, 8 months ago
  4. 39a0324 Log ofm data base64 encoded by Fredrik Svedberg · 1 year, 11 months ago
  5. 449c8d8 Remove CMake workaround for Arm Clang by Ledion Daja · 1 year, 11 months ago
  6. 311d653 Remove path to TFLM make download folder by Kristofer Jonsson · 1 year, 9 months ago
  7. b708e70 Update Flatbuffer version to 2.0.6 by Kristofer Jonsson · 1 year, 9 months ago
  8. 30b17b9 Check the validity of the buffer before parsing the model by Davide Grohmann · 1 year, 11 months ago
  9. e48fa7a Use PMU counters for Arm Cortex-M85 CPU by Måns Nilsson · 1 year, 10 months ago 22.08 22.08-rc1 22.08-rc2
  10. 84c4788 Provide CMSIS-Device header as needed for TFLM by Måns Nilsson · 2 years, 1 month ago
  11. 2ebaac7 Refactor performance measurements by Jonny Svärd · 2 years ago
  12. a3b7c69 Remove unused leftover driver code by Davide Grohmann · 2 years ago 22.05 22.05-rc3
  13. 8863730 Add support for Cortex-M85 by Davide Grohmann · 2 years ago 22.05-rc2
  14. 5dffbf2 Silence compilation warnings by Kristofer Jonsson · 2 years ago 22.05-rc1
  15. c5b831f Add TFLM arena allocator by Kristofer Jonsson · 2 years, 1 month ago
  16. 37fd8a3 Add inference parsing to inference process library by Davide Grohmann · 2 years, 1 month ago
  17. 3a3d6fa Update tflite micro cmake build setting by Måns Nilsson · 2 years, 2 months ago
  18. 59096ef Add size of data in bytes to output tensor print by Henrik Hoglind · 2 years, 2 months ago
  19. 10707e4 Only enable ThreadX for Cortex-M55 by Per Åstrand · 2 years, 3 months ago 22.02 22.02-rc3
  20. 1cdbbda Adjust build system for threadx for Cortex-M33 and Cortex-M55 by Davide Grohmann · 2 years, 3 months ago
  21. a78c7a8 Increase GetTotalTicks() to uint64_t by Kristofer Jonsson · 2 years, 3 months ago 22.02-rc1 22.02-rc2
  22. 5adf5a6 Break out the Crc class to its own library by Jonny Svärd · 2 years, 3 months ago
  23. 165f00a Do not set external context if NULL by Davide Grohmann · 2 years, 3 months ago
  24. 5a15bf4 Set TFLu external context by Kristofer Jonsson · 2 years, 4 months ago
  25. dcc1ce0 Inference process update by Kristofer Jonsson · 2 years, 5 months ago
  26. 40d886e Remove unused functions by Kristofer Jonsson · 2 years, 5 months ago
  27. 4c11a48 Use lbl-profiler to setup PMU and PMU events by Jonny Svärd · 2 years, 5 months ago
  28. 05244b7 Move drivers to core_platform by Yulia Garbovich · 2 years, 6 months ago
  29. ae4d830 Add crc32 of output to inference_runner by Henrik Hoglind · 2 years, 5 months ago
  30. e4f09e5 Fixing compiler warnings by Kristofer Jonsson · 2 years, 6 months ago
  31. 02856bd TFLu reference kernels by Kristofer Jonsson · 2 years, 6 months ago 21.11 21.11-rc3
  32. eb91239 Remove new line from log messages by Kristofer Jonsson · 2 years, 6 months ago 21.11-rc2
  33. d55ecdc CMake recipe for tflite-micro by Kristofer Jonsson · 2 years, 7 months ago
  34. 9a41619 Revert "Remove workaround of setting CORE_OPTIMIZATION_LEVEL to -Ofast" by Kristofer Jonsson · 2 years, 8 months ago 21.11-rc1
  35. 236a00d Remove workaround of setting CORE_OPTIMIZATION_LEVEL to -Ofast by Patrik Laurell · 2 years, 8 months ago
  36. 97dde7e Update call to MicroInterpreter to be in line with upstream by Jens Elofsson · 2 years, 8 months ago
  37. 3bd3423 Exporting define for layer by layer profiler by Kristofer Jonsson · 2 years, 9 months ago 21.08 21.08-rc3
  38. f40a3a9 Update .gitignore to exclude zephyr sub-git by Davide Grohmann · 2 years, 9 months ago 21.08-rc2
  39. e39d389 Layer-by-layer logging bug by Anton Moberg · 2 years, 9 months ago
  40. fa479e4 Fix wrong output data json format when compiling with GCC by Davide Grohmann · 2 years, 9 months ago 21.08-rc1
  41. 1a57eb9 Do not expose device specific info in capabilities by Davide Grohmann · 3 years ago
  42. 07cf70b Improved Logging - Core Software by Anton Moberg · 2 years, 11 months ago
  43. 6753675 Change OPTIMIZATION_LEVEL to KERNEL and CORE_OPTIMIZATION_LEVEL in tflite_micro.cmake by Anton Moberg · 2 years, 11 months ago
  44. 3d5bb17 Removing profiler define by Kristofer Jonsson · 2 years, 11 months ago
  45. 8e13f90 adding ThreadX to rtos CMakeLists.txt by liodek01 · 2 years, 11 months ago
  46. 34c8bc9 Remove map file generation by Kristofer Jonsson · 2 years, 11 months ago
  47. 46841ed Workaround for https://github.com/tensorflow/tflite-micro/issues/199. by Jens Elofsson · 3 years ago
  48. a5e90fd Switch to the new tflite-micro repo. by Jens Elofsson · 3 years ago
  49. 53cc13d Add support for fetching ethosu capabilities by Davide Grohmann · 3 years ago
  50. 5d6d474 Flatbuffer path by Kristofer Jonsson · 3 years ago
  51. 8b1d9de README for the Ethos-U Monitor. by Jens Elofsson · 3 years ago 21.05
  52. 701a63b Add Event Recorder Profiling by Jens Elofsson · 3 years ago
  53. 036d1a8 Fix compiler warnings by redordering class members. by Jens Elofsson · 3 years ago
  54. fdbf0ec Add one eventRecordId for each ethosuEventId. by Jens Elofsson · 3 years ago
  55. a9817a1 Add ethosu_monitor to core_software. by Jens Elofsson · 3 years ago 21.05-rc3
  56. 44d6e22 Fixing compilation warnings by Kristofer Jonsson · 3 years ago
  57. 596a466 [Core Software] Update and remove pmu "v2"-functions by Anton Moberg · 3 years ago
  58. a9c0e9a Add cmsis-view to .gitignore. by Jens Elofsson · 3 years ago
  59. de044c3 Remove the PMU event register handling from EthosuProfiler. by Jens Elofsson · 3 years ago
  60. 955288a Add EthosuProfiler to perform layer-by-layer profiling on Ethos-U. by Jens Elofsson · 3 years, 1 month ago
  61. 7f3c1c9 MLBEDSW-4228 Building on Windows by Jonas Ohlsson · 3 years ago 21.05-rc1 21.05-rc2
  62. e348f8f Update license headers by Anton Moberg · 3 years, 2 months ago
  63. 2572fe9 Handle empty pmuConfigs in InferenceJob for runJob by Per Åstrand · 3 years, 2 months ago
  64. 3a0d3f2 Add timing adapter driver by Jonny Svärd · 3 years, 2 months ago
  65. 9045545 Fix misleading log messages by Per Åstrand · 3 years, 3 months ago 21.02
  66. 91f600c Tensorflow rebase by Kristofer Jonsson · 3 years, 3 months ago
  67. 1efcc3f Assembly support by Kristofer Jonsson · 3 years, 3 months ago
  68. ff1d14d Trademark information by Kristofer Jonsson · 3 years, 3 months ago
  69. 4edc178 Use ethosu namespace for core interface by Per Åstrand · 3 years, 4 months ago
  70. 4fd07fb MLBEDSW-3798 - MultiNPU test freeRTOS config by Anton Moberg · 3 years, 3 months ago
  71. 66ed182 core_software - Move TensorArena by Anton Moberg · 3 years, 3 months ago 21.02-rc2
  72. 83e4996 Split cmsis_startup into _startup and _system by Per Åstrand · 3 years, 4 months ago 21.02-rc1
  73. 3c60f14 Remove ethosu_core_rtos by Per Åstrand · 3 years, 4 months ago
  74. 2cda7fb Missing cache maintenance by Kristofer Jonsson · 3 years, 4 months ago
  75. dc84f4f Improve mailbox msg handling for MessageProcess by Jonny Svärd · 3 years, 4 months ago
  76. 844d57d Replace TAGS in TFLu by Måns Nilsson · 3 years, 4 months ago
  77. 895fda8 Rename cplusplus files for consistency by Per Åstrand · 3 years, 4 months ago
  78. 19a22ae Adapt cmsis build for secure/nonsecure worlds by Per Åstrand · 3 years, 6 months ago
  79. 97906eb MLBEDSW-3728 Resolve compiler warnings by Bhavik Patel · 3 years, 5 months ago
  80. f946f6f Build Tensorflow Lite for Microcontrollers with Olympus CPU by Bhavik Patel · 3 years, 5 months ago
  81. ff265f9 Add basic UART drivers by Jonny Svärd · 3 years, 5 months ago
  82. 7cfa570 CMSIS dependency by Kristofer Jonsson · 3 years, 5 months ago
  83. 68b4ad5 Cache clean message queue by Kristofer Jonsson · 3 years, 5 months ago
  84. e9f57dc Specify size for pmuEventConfig vector by Jonny Svärd · 3 years, 5 months ago
  85. ffe845d MLBEDSW-3269 Add pmu counters for inference_process by Bhavik Patel · 3 years, 6 months ago
  86. f1bda56 Remove debug prints by Kristofer Jonsson · 3 years, 6 months ago 20.11
  87. 9fc527b Add basic MHU drivers by Jonny Svärd · 3 years, 6 months ago
  88. 34e2496 Improved cache maintenance by Kristofer Jonsson · 3 years, 6 months ago
  89. 2cbaaa9 Improved cache maintenance by Kristofer Jonsson · 3 years, 6 months ago 20.11-rc2
  90. 6f144be Add TF_LITE_MICRO by Kristofer Jonsson · 3 years, 6 months ago
  91. 5014a44 Up C++ version to 14 for arm-none-eabi-gcc by Per Åstrand · 3 years, 7 months ago
  92. 231e1d9 Fix profiling problem with no PMU counters by Måns Nilsson · 3 years, 7 months ago 20.11-rc1
  93. 1aa56dd Update TFLU_TARGET by Måns Nilsson · 3 years, 8 months ago
  94. 78f7f94 Add ethosu_core_driver as tflu link library by Henrik Hoglind · 3 years, 7 months ago
  95. 68c1f1b MLBEDSW-2593 Build FreeRTOS kernel as a part of ethosu_core target by Bhavik Patel · 3 years, 10 months ago
  96. d273d8e Pass FLOAT flag to Tensorflow Lite micro by Kristofer Jonsson · 3 years, 7 months ago
  97. 33cbe49 Add security information by Kristofer Jonsson · 3 years, 7 months ago
  98. 73ebc48 Clang format by Kristofer Jonsson · 3 years, 7 months ago
  99. d9afc08 Remove dependency on cmsis_device by Per Åstrand · 3 years, 8 months ago
  100. 69c6aa9 Add tensorflow downloads folder to BYPRODUCTS by Per Åstrand · 3 years, 7 months ago