1. ba8a4bf Replace AllOpsResolver usage with new solution by Ledion Daja · 12 months ago
  2. 8788ab3 inference_process: Replace deprecated function call by Jonny Svärd · 1 year, 1 month ago
  3. f21c31b Make inference process reusable by Måns Nilsson · 1 year, 2 months ago
  4. c23c4e1 Inference app: Call external context after allocate tensors by Måns Nilsson · 1 year, 2 months ago
  5. f1dada3 Fix SEI CERT coding standard warnings by Ledion Daja · 1 year, 4 months ago
  6. 9c3d664 Reinsert INFERENCE_PROCESS_OPS_RESOLVER by Kristofer Jonsson · 1 year, 5 months ago
  7. 023b1eb Remove ethosu_core and ethosu_applications by Kristofer Jonsson · 1 year, 7 months ago
  8. a7d025a Extend inference_process library to use MicroMutableOpResolver by Ledion Daja · 1 year, 7 months ago
  9. 1fed1d5 Use Tensorflow MicroPrintf by Kristofer Jonsson · 1 year, 7 months ago
  10. eee7fc6 Remove MicroErrorReporter from inference process test by Måns Nilsson · 1 year, 8 months ago
  11. 45a8a13 Profilers inherit MicroProfilerInterface instead of MicroProfiler by Måns Nilsson · 1 year, 9 months ago
  12. 39a0324 Log ofm data base64 encoded by Fredrik Svedberg · 2 years ago
  13. 311d653 Remove path to TFLM make download folder by Kristofer Jonsson · 1 year, 9 months ago
  14. 30b17b9 Check the validity of the buffer before parsing the model by Davide Grohmann · 2 years ago
  15. 2ebaac7 Refactor performance measurements by Jonny Svärd · 2 years, 1 month ago
  16. 37fd8a3 Add inference parsing to inference process library by Davide Grohmann · 2 years, 2 months ago
  17. 59096ef Add size of data in bytes to output tensor print by Henrik Hoglind · 2 years, 3 months ago
  18. a78c7a8 Increase GetTotalTicks() to uint64_t by Kristofer Jonsson · 2 years, 4 months ago 22.02-rc1 22.02-rc2
  19. 5adf5a6 Break out the Crc class to its own library by Jonny Svärd · 2 years, 4 months ago
  20. 165f00a Do not set external context if NULL by Davide Grohmann · 2 years, 4 months ago
  21. 5a15bf4 Set TFLu external context by Kristofer Jonsson · 2 years, 4 months ago
  22. dcc1ce0 Inference process update by Kristofer Jonsson · 2 years, 6 months ago
  23. 40d886e Remove unused functions by Kristofer Jonsson · 2 years, 6 months ago
  24. 4c11a48 Use lbl-profiler to setup PMU and PMU events by Jonny Svärd · 2 years, 6 months ago
  25. ae4d830 Add crc32 of output to inference_runner by Henrik Hoglind · 2 years, 6 months ago
  26. eb91239 Remove new line from log messages by Kristofer Jonsson · 2 years, 7 months ago 21.11-rc2
  27. 97dde7e Update call to MicroInterpreter to be in line with upstream by Jens Elofsson · 2 years, 9 months ago
  28. 3bd3423 Exporting define for layer by layer profiler by Kristofer Jonsson · 2 years, 9 months ago 21.08 21.08-rc3
  29. e39d389 Layer-by-layer logging bug by Anton Moberg · 2 years, 10 months ago
  30. fa479e4 Fix wrong output data json format when compiling with GCC by Davide Grohmann · 2 years, 10 months ago 21.08-rc1
  31. 1a57eb9 Do not expose device specific info in capabilities by Davide Grohmann · 3 years ago
  32. 07cf70b Improved Logging - Core Software by Anton Moberg · 3 years ago
  33. 3d5bb17 Removing profiler define by Kristofer Jonsson · 3 years ago
  34. a5e90fd Switch to the new tflite-micro repo. by Jens Elofsson · 3 years ago
  35. 53cc13d Add support for fetching ethosu capabilities by Davide Grohmann · 3 years ago
  36. 701a63b Add Event Recorder Profiling by Jens Elofsson · 3 years, 1 month ago
  37. de044c3 Remove the PMU event register handling from EthosuProfiler. by Jens Elofsson · 3 years, 1 month ago
  38. 955288a Add EthosuProfiler to perform layer-by-layer profiling on Ethos-U. by Jens Elofsson · 3 years, 2 months ago
  39. e348f8f Update license headers by Anton Moberg · 3 years, 2 months ago
  40. 2572fe9 Handle empty pmuConfigs in InferenceJob for runJob by Per Åstrand · 3 years, 3 months ago
  41. 9045545 Fix misleading log messages by Per Åstrand · 3 years, 3 months ago 21.02
  42. 91f600c Tensorflow rebase by Kristofer Jonsson · 3 years, 4 months ago
  43. 1efcc3f Assembly support by Kristofer Jonsson · 3 years, 4 months ago
  44. 4edc178 Use ethosu namespace for core interface by Per Åstrand · 3 years, 5 months ago
  45. 66ed182 core_software - Move TensorArena by Anton Moberg · 3 years, 4 months ago 21.02-rc2
  46. 2cda7fb Missing cache maintenance by Kristofer Jonsson · 3 years, 4 months ago
  47. dc84f4f Improve mailbox msg handling for MessageProcess by Jonny Svärd · 3 years, 5 months ago
  48. 895fda8 Rename cplusplus files for consistency by Per Åstrand · 3 years, 5 months ago
  49. 97906eb MLBEDSW-3728 Resolve compiler warnings by Bhavik Patel · 3 years, 6 months ago
  50. 68b4ad5 Cache clean message queue by Kristofer Jonsson · 3 years, 6 months ago
  51. e9f57dc Specify size for pmuEventConfig vector by Jonny Svärd · 3 years, 6 months ago
  52. ffe845d MLBEDSW-3269 Add pmu counters for inference_process by Bhavik Patel · 3 years, 7 months ago
  53. f1bda56 Remove debug prints by Kristofer Jonsson · 3 years, 6 months ago 20.11
  54. 9fc527b Add basic MHU drivers by Jonny Svärd · 3 years, 7 months ago
  55. 34e2496 Improved cache maintenance by Kristofer Jonsson · 3 years, 7 months ago
  56. 2cbaaa9 Improved cache maintenance by Kristofer Jonsson · 3 years, 7 months ago 20.11-rc2
  57. 231e1d9 Fix profiling problem with no PMU counters by Måns Nilsson · 3 years, 7 months ago 20.11-rc1
  58. d9afc08 Remove dependency on cmsis_device by Per Åstrand · 3 years, 8 months ago
  59. 44398c8 Add a Mailbox interface by Jonny Svärd · 3 years, 8 months ago
  60. dc28b13 Refactor code to avoid typepunning tricks by Per Åstrand · 3 years, 8 months ago
  61. bbd9c8f Avoid shadowing class members when initializing by Per Åstrand · 3 years, 9 months ago
  62. 91a9173 Move to inttypes format specifiers for printf by Per Åstrand · 3 years, 9 months ago
  63. 72fa50b Support inferences with multiple inputs and outputs by Kristofer Jonsson · 3 years, 9 months ago
  64. 2548014 Move fast memory area to core driver by Kristofer Jonsson · 3 years, 9 months ago
  65. 641c091 Moving message- and inference processes to core software by Kristofer Jonsson · 3 years, 9 months ago 20.08