1. e1cc3de MLBEDSW-2813: Handle None tensor when parsing operators by Andreas Nevalainen · 3 years, 9 months ago
  2. 2b7a162 vela: SHRAM alloc too big for some elementwise ops by Tim Hall · 3 years, 9 months ago
  3. 11b0bdb vela: Refactor op sets in graph_optimiser by Michael McGeagh · 3 years, 9 months ago
  4. 34ad19b optim: Fix issue with IFM streaming of LUT by Michael McGeagh · 3 years, 9 months ago
  5. 98a3499 MLBEDSW-2935: LUT fusing with preceding operator by Louis Verhaard · 3 years, 9 months ago
  6. 515c956 MLBEDSW-2874 Fix writing out empty tflite files by Michael McGeagh · 3 years, 9 months ago
  7. 835d8e1 [MLBEDSW-2928] Add batching to softmax by Fredrik Svedberg · 3 years, 9 months ago
  8. e5cf95b MLBEDSW-2819 Removed CLI-option permanent-storage by Patrik Gustavsson · 3 years, 9 months ago
  9. 271ddc3 MLBEDSW-2814 Add support for inferred size in SplitV by Patrik Gustavsson · 3 years, 9 months ago
  10. 0628a8c MLBEDSW-2567: CLI option to specify allocation alignment by Jacob Bohlin · 3 years, 9 months ago
  11. d2e3355 [MLBEDSW-2905] Fix int16 multiplier saturation by Fredrik Svedberg · 3 years, 9 months ago
  12. 90033f3 MLBEDSW-2906: Only add padding fields to Npu ops by Jacob Bohlin · 3 years, 9 months ago
  13. 438e563 MLBEDSW-2903 Split mapping to tensor by Patrik Gustavsson · 3 years, 9 months ago 1.2.0 1.2.0.rc3
  14. c3c08d8 MLBEDSW-2804: Removed invalid assert for shift range by Jacob Bohlin · 3 years, 9 months ago
  15. 258ebba MLBEDSW-2915: Added None check for bias before checking restrictions by Jacob Bohlin · 3 years, 9 months ago
  16. 749bfd5 MLBEDSW-2919: bringup: int16 avgpool diff on FPGA by Tim Hall · 3 years, 9 months ago
  17. 7152517 MLBEDSW-2804: Bias data type check wrong by Tim Hall · 3 years, 9 months ago
  18. d775e37 MLBEDSW-2900: softmax output diff on FPGA by Tim Hall · 3 years, 9 months ago
  19. 237d72d [MLBEDSW-2900] zero point fix for int32 ifm by Fredrik Svedberg · 3 years, 9 months ago
  20. d7911c4 MLBEDSW-2688: LUT calculation with different in/out scale by Louis Verhaard · 3 years, 9 months ago
  21. 7201932 MLBEDSW-2411: Update README with example networks by Tim Hall · 3 years, 9 months ago
  22. 5e990c8 MLBEDSW-2889: NHCWB16 format issue at end of subgraph by Tim Hall · 3 years, 9 months ago
  23. 49d9212 MLBEDSW-2804: Added bias data type check by Jacob Bohlin · 3 years, 9 months ago
  24. 99fcb89 MLBEDSW-2839 Update release notes for 1.2.0 by Michael McGeagh · 3 years, 9 months ago
  25. bb1a92a [MLBEDSW-2857] Fix serialisation of non byte tensors by Fredrik Svedberg · 3 years, 9 months ago
  26. 880e735 [MLBEDSW-2846] Do not use NHCWB16 for reduce_sum int32 by Fredrik Svedberg · 3 years, 9 months ago
  27. a41cd4d Small fix for Softmax regression by Jacob Bohlin · 3 years, 9 months ago
  28. 2abd3dd MLBEDSW-2786: Fix IFM order in binary operation by Diqing Zhong · 3 years, 9 months ago
  29. f0c59bf MLBEDSW-2719: Update kernel size check by Andreas Nevalainen · 3 years, 9 months ago
  30. ba69518 MLBEDSW-2686: Use NPU tensor format for noop reshapes. by Tim Hall · 3 years, 9 months ago 1.2.0.rc2
  31. e55e274 Update to HI 1.0.6 by Stefan Nannesson · 3 years, 9 months ago
  32. 58520b9 MLBEDSW-2688: use LeakyRelu for int16 by Louis Verhaard · 3 years, 9 months ago
  33. 90831bc MLBED-2822 Added CLI-opt for weight size est. by Patrik Gustavsson · 3 years, 9 months ago
  34. d47cc27 MLBEDSW-2847: Fix for TransposeConv crash and u8 output diff by Jacob Bohlin · 3 years, 9 months ago
  35. 814cfbb MLBEDSW-2688: LUT DMA may require kernel wait by Louis Verhaard · 3 years, 9 months ago
  36. 7579c75 MLBEDSW-2867: Split operators get placed on CPU by Dwight Lidman · 3 years, 9 months ago
  37. 87c1350 MLBEDSW-2654: Convert Resizebilinear to a number of 2x2 pools by Charles Xu · 3 years, 10 months ago
  38. b9fc33c MLBEDSW-2688: LeakyRelu rewrite to LUT or MUL/MAX by Louis Verhaard · 3 years, 9 months ago
  39. e9194df MLBEDSW-2646: Refactor unknown operator serialisation by Tim Hall · 3 years, 10 months ago 1.2.0.rc1
  40. e3786ac MLBEDSW-2679: Tensor quant comparison is incorrect by Tim Hall · 3 years, 10 months ago
  41. 67e0d8f MLBEDSW-2663: Handle optional tensors by Jacob Bohlin · 3 years, 9 months ago
  42. 1575b94 [MLBEDSW-2730] Implement LUT generation for softmax uint8/int8 by Fredrik Svedberg · 3 years, 9 months ago
  43. 1cdc467 Added a lower bound for the valid range of shift by Jacob Bohlin · 3 years, 9 months ago
  44. 6c87807 MLBEDSW-2664 Clarify help for CLI-opt permanent-storage by Patrik Gustavsson · 3 years, 9 months ago
  45. 9baa4c3 MLBEDSW-2822 Account for NHCWB16 in scheduler est. by Patrik Gustavsson · 3 years, 9 months ago
  46. f899231 MLBEDSW-2611: Update global scale for 16 bit to tanh and sigmoid by Charles Xu · 3 years, 9 months ago
  47. bb1b09e MLBEDSW-2783 Vela crashed on empty tflite file by Michael McGeagh · 3 years, 9 months ago
  48. a3aad93 MLBEDSW-2824: Add mapping for ROUND operator by Dwight Lidman · 3 years, 9 months ago
  49. b16dcce vela: Minor refactor of operation class by Tim Hall · 3 years, 10 months ago
  50. e5b0163 MLBEDSW-2683: Neural Network MACs is wrong by Tim Hall · 3 years, 10 months ago
  51. fb85873 MLBEDSW-2728: Only insert primary op for NPU ops by Jacob Bohlin · 3 years, 9 months ago
  52. d2a972d MLBEDSW-2731: Allow all TensorFlow Lite operators to pass through by Dwight Lidman · 3 years, 9 months ago
  53. 2573311 MLBEDSW-2729: Add restrictions for shapeless tensors by Dwight Lidman · 3 years, 9 months ago
  54. fa34c6f MLBEDSW-2636 Prevent DMA of weight to Sram in some cases by Patrik Gustavsson · 3 years, 9 months ago
  55. eebb1c2 MLBEDSW-2779 Avoid NHCWB16 in some SplitSliceRead cases by Patrik Gustavsson · 3 years, 9 months ago
  56. 597fd3f [MLBEDSW-2657] Softmax uint8/int8 by Fredrik Svedberg · 3 years, 9 months ago
  57. 30cb47a MLBEDSW-2718: Fix a bug that would reshape TransposeConv input by Jacob Bohlin · 3 years, 9 months ago
  58. 940fdee MLBEDSW-2589: Skip weight compression for CPU ops by Dwight Lidman · 3 years, 9 months ago
  59. 29d568e MLBEDSW-2779 Consider num dimensions, in check for NHCWB16 by Patrik Gustavsson · 3 years, 9 months ago
  60. 289a41d Vela: Rework NPU/DMA dependency insertion (for MLBEDSW-2620) by Tim Hall · 3 years, 10 months ago
  61. f767b93 MLBEDSW-2732: Added complex64 to datatypes by Jacob Bohlin · 3 years, 9 months ago
  62. 0b8268a MLBEDSW-2688: Improved LUT support by Louis Verhaard · 3 years, 10 months ago
  63. 458a208 MLBEDSW-2570 Avoid usage of NHCWB16 for some cases by Patrik Gustavsson · 3 years, 9 months ago
  64. be733cf MLBEDSW-2639: Remove reverse_op_order attribute by Jacob Bohlin · 3 years, 9 months ago
  65. bf61268 MLBEDSW-2755: Added check that ifm2_tensor is set by Jacob Bohlin · 3 years, 9 months ago
  66. 8b24f2b [MLBEDSW-2749] removed the decorator for typecheck by Manupa Karunaratne · 3 years, 9 months ago
  67. 1a9d20e MLBEDSW-2726: Vela crashes when marking tensor with TensorPurpose.Unknown by Dwight Lidman · 3 years, 9 months ago
  68. 7ad408b MLBEDSW-2586: Null check before accessing tensor resampling mode by Dwight Lidman · 3 years, 9 months ago
  69. c0bb899 MLBEDSW-2696 Fix Sram exceeded for Sram spilling by Patrik Gustavsson · 3 years, 9 months ago
  70. 89a6bbf MLBEDSW-2681: Ceiling the upscale for OFM/IFM by Charles Xu · 3 years, 9 months ago
  71. de2a57f MLBEDSW-2684: Fix weight compression scale calculations for FC by Jacob Bohlin · 3 years, 9 months ago
  72. 8d3216f vela: Remove redundant import, reuse existing func by Michael McGeagh · 3 years, 9 months ago
  73. c5b549b MLBEDSW-2637 Utilise new tensor and operator funcs by Michael McGeagh · 3 years, 10 months ago
  74. 5778ffd MLBEDSW-2637 Refactor util funcs out of softmax.py by Michael McGeagh · 3 years, 10 months ago
  75. 22f74e1 MLBEDSW-2383 Preserve previous metadata by Michael McGeagh · 3 years, 10 months ago
  76. e99b893 MLBEDSW-2639: Moved the IFM/IFM2 order switch to register cmd stream generator by Jacob Bohlin · 3 years, 10 months ago
  77. ecd2052 MLBEDSW-2549 Crash with incorrect strided slice op by Michael McGeagh · 3 years, 10 months ago
  78. 36ffaf3 Skip the NOP resizebilinear op by Charles Xu · 3 years, 10 months ago
  79. bef228b [EXTAPI] exposing encode of biases to be consumed by an external API by Manupa Karunaratne · 3 years, 10 months ago
  80. a0c3624 [MLBEDSW-2335] SoftMax int16 by Fredrik Svedberg · 4 years ago
  81. 9a03fdf MLBEDSW-2569:Support 1x1 IFM ResizeBilinear by Charles Xu · 3 years, 11 months ago
  82. 0430882 MLBEDSW-2574: Fix issue with different bias tensor scaling by Tim Hall · 3 years, 10 months ago
  83. 8677e53 vela: Fix numpy deprecation warning by Michael McGeagh · 3 years, 10 months ago
  84. b424974 vela: Protect against divide by zero by Michael McGeagh · 3 years, 10 months ago
  85. 775e396 test: Add extra print for verbose subgraphs by Michael McGeagh · 3 years, 10 months ago
  86. 2da7d11 vela: Ignore __pycache__ folders by Michael McGeagh · 3 years, 10 months ago
  87. 7b245fd MLBEDSW-2603 Missing "new_shape" attrib in Reshape by Michael McGeagh · 3 years, 10 months ago
  88. 8d939c0 MLBEDSW-2660 Convert FC-like convs to FC by Michael McGeagh · 3 years, 10 months ago
  89. 6a8d424 vela: Move common functionality by Michael McGeagh · 3 years, 10 months ago
  90. d83d2e1 [EXTAPI] refactor weight compression to be used by an external consumer by Manupa Karunaratne · 3 years, 10 months ago
  91. ebe26c7 MLBEDSW-1538: Output diff for elementwise min/max by Dwight Lidman · 4 years ago
  92. 68a04b1 MLBEDSW-2641: Fix crash for network with only CPU ops by Jacob Bohlin · 3 years, 10 months ago
  93. 9b64ba0 MLBEDSW-2584: Support cascading of Transpose Convolution by Jacob Bohlin · 3 years, 11 months ago
  94. 9fbc491 MLBEDSW-1497: Add Quantize operator support by Jacob Bohlin · 3 years, 11 months ago
  95. 0b9ca78 Minor black code clean-up by Jacob Bohlin · 3 years, 11 months ago
  96. 5ff9944 MLBEDSW-2634 Avoid encoding empty weights stream by Patrik Gustavsson · 3 years, 11 months ago
  97. d89c09e MLBEDSW-2625 Alignment of tensor for bias and scale by Patrik Gustavsson · 3 years, 11 months ago
  98. ea49945 MLBEDSW-2615: MLCE: Ethos-U55 Flash usage increases due to Yoda Beta by Tim Hall · 3 years, 11 months ago
  99. 3ab9452 MLBEDSW-2551 Add support for more mem-cfgs by Patrik Gustavsson · 3 years, 11 months ago
  100. e843d33 MLBEDSW-2548: Fix for Double Buffer size estimate by Jacob Bohlin · 4 years ago