1. ba69518 MLBEDSW-2686: Use NPU tensor format for noop reshapes. by Tim Hall · 3 years, 8 months ago 1.2.0.rc2
  2. e55e274 Update to HI 1.0.6 by Stefan Nannesson · 3 years, 9 months ago
  3. 58520b9 MLBEDSW-2688: use LeakyRelu for int16 by Louis Verhaard · 3 years, 8 months ago
  4. 90831bc MLBED-2822 Added CLI-opt for weight size est. by Patrik Gustavsson · 3 years, 8 months ago
  5. d47cc27 MLBEDSW-2847: Fix for TransposeConv crash and u8 output diff by Jacob Bohlin · 3 years, 8 months ago
  6. 814cfbb MLBEDSW-2688: LUT DMA may require kernel wait by Louis Verhaard · 3 years, 9 months ago
  7. 7579c75 MLBEDSW-2867: Split operators get placed on CPU by Dwight Lidman · 3 years, 8 months ago
  8. 87c1350 MLBEDSW-2654: Convert Resizebilinear to a number of 2x2 pools by Charles Xu · 3 years, 9 months ago
  9. b9fc33c MLBEDSW-2688: LeakyRelu rewrite to LUT or MUL/MAX by Louis Verhaard · 3 years, 9 months ago
  10. e9194df MLBEDSW-2646: Refactor unknown operator serialisation by Tim Hall · 3 years, 9 months ago 1.2.0.rc1
  11. e3786ac MLBEDSW-2679: Tensor quant comparison is incorrect by Tim Hall · 3 years, 9 months ago
  12. 67e0d8f MLBEDSW-2663: Handle optional tensors by Jacob Bohlin · 3 years, 9 months ago
  13. 1575b94 [MLBEDSW-2730] Implement LUT generation for softmax uint8/int8 by Fredrik Svedberg · 3 years, 9 months ago
  14. 1cdc467 Added a lower bound for the valid range of shift by Jacob Bohlin · 3 years, 9 months ago
  15. 6c87807 MLBEDSW-2664 Clarify help for CLI-opt permanent-storage by Patrik Gustavsson · 3 years, 9 months ago
  16. 9baa4c3 MLBEDSW-2822 Account for NHCWB16 in scheduler est. by Patrik Gustavsson · 3 years, 9 months ago
  17. f899231 MLBEDSW-2611: Update global scale for 16 bit to tanh and sigmoid by Charles Xu · 3 years, 9 months ago
  18. bb1b09e MLBEDSW-2783 Vela crashed on empty tflite file by Michael McGeagh · 3 years, 9 months ago
  19. a3aad93 MLBEDSW-2824: Add mapping for ROUND operator by Dwight Lidman · 3 years, 9 months ago
  20. b16dcce vela: Minor refactor of operation class by Tim Hall · 3 years, 9 months ago
  21. e5b0163 MLBEDSW-2683: Neural Network MACs is wrong by Tim Hall · 3 years, 9 months ago
  22. fb85873 MLBEDSW-2728: Only insert primary op for NPU ops by Jacob Bohlin · 3 years, 9 months ago
  23. d2a972d MLBEDSW-2731: Allow all TensorFlow Lite operators to pass through by Dwight Lidman · 3 years, 9 months ago
  24. 2573311 MLBEDSW-2729: Add restrictions for shapeless tensors by Dwight Lidman · 3 years, 9 months ago
  25. fa34c6f MLBEDSW-2636 Prevent DMA of weight to Sram in some cases by Patrik Gustavsson · 3 years, 9 months ago
  26. eebb1c2 MLBEDSW-2779 Avoid NHCWB16 in some SplitSliceRead cases by Patrik Gustavsson · 3 years, 9 months ago
  27. 597fd3f [MLBEDSW-2657] Softmax uint8/int8 by Fredrik Svedberg · 3 years, 9 months ago
  28. 30cb47a MLBEDSW-2718: Fix a bug that would reshape TransposeConv input by Jacob Bohlin · 3 years, 9 months ago
  29. 940fdee MLBEDSW-2589: Skip weight compression for CPU ops by Dwight Lidman · 3 years, 9 months ago
  30. 29d568e MLBEDSW-2779 Consider num dimensions, in check for NHCWB16 by Patrik Gustavsson · 3 years, 9 months ago
  31. 289a41d Vela: Rework NPU/DMA dependency insertion (for MLBEDSW-2620) by Tim Hall · 3 years, 9 months ago
  32. f767b93 MLBEDSW-2732: Added complex64 to datatypes by Jacob Bohlin · 3 years, 9 months ago
  33. 0b8268a MLBEDSW-2688: Improved LUT support by Louis Verhaard · 3 years, 9 months ago
  34. 458a208 MLBEDSW-2570 Avoid usage of NHCWB16 for some cases by Patrik Gustavsson · 3 years, 9 months ago
  35. be733cf MLBEDSW-2639: Remove reverse_op_order attribute by Jacob Bohlin · 3 years, 9 months ago
  36. bf61268 MLBEDSW-2755: Added check that ifm2_tensor is set by Jacob Bohlin · 3 years, 9 months ago
  37. 8b24f2b [MLBEDSW-2749] removed the decorator for typecheck by Manupa Karunaratne · 3 years, 9 months ago
  38. 1a9d20e MLBEDSW-2726: Vela crashes when marking tensor with TensorPurpose.Unknown by Dwight Lidman · 3 years, 9 months ago
  39. 7ad408b MLBEDSW-2586: Null check before accessing tensor resampling mode by Dwight Lidman · 3 years, 9 months ago
  40. c0bb899 MLBEDSW-2696 Fix Sram exceeded for Sram spilling by Patrik Gustavsson · 3 years, 9 months ago
  41. 89a6bbf MLBEDSW-2681: Ceiling the upscale for OFM/IFM by Charles Xu · 3 years, 9 months ago
  42. de2a57f MLBEDSW-2684: Fix weight compression scale calculations for FC by Jacob Bohlin · 3 years, 9 months ago
  43. 8d3216f vela: Remove redundant import, reuse existing func by Michael McGeagh · 3 years, 9 months ago
  44. c5b549b MLBEDSW-2637 Utilise new tensor and operator funcs by Michael McGeagh · 3 years, 9 months ago
  45. 5778ffd MLBEDSW-2637 Refactor util funcs out of softmax.py by Michael McGeagh · 3 years, 9 months ago
  46. 22f74e1 MLBEDSW-2383 Preserve previous metadata by Michael McGeagh · 3 years, 9 months ago
  47. e99b893 MLBEDSW-2639: Moved the IFM/IFM2 order switch to register cmd stream generator by Jacob Bohlin · 3 years, 10 months ago
  48. ecd2052 MLBEDSW-2549 Crash with incorrect strided slice op by Michael McGeagh · 3 years, 9 months ago
  49. 36ffaf3 Skip the NOP resizebilinear op by Charles Xu · 3 years, 9 months ago
  50. bef228b [EXTAPI] exposing encode of biases to be consumed by an external API by Manupa Karunaratne · 3 years, 9 months ago
  51. a0c3624 [MLBEDSW-2335] SoftMax int16 by Fredrik Svedberg · 4 years ago
  52. 9a03fdf MLBEDSW-2569:Support 1x1 IFM ResizeBilinear by Charles Xu · 3 years, 10 months ago
  53. 0430882 MLBEDSW-2574: Fix issue with different bias tensor scaling by Tim Hall · 3 years, 9 months ago
  54. 8677e53 vela: Fix numpy deprecation warning by Michael McGeagh · 3 years, 9 months ago
  55. b424974 vela: Protect against divide by zero by Michael McGeagh · 3 years, 9 months ago
  56. 775e396 test: Add extra print for verbose subgraphs by Michael McGeagh · 3 years, 9 months ago
  57. 2da7d11 vela: Ignore __pycache__ folders by Michael McGeagh · 3 years, 9 months ago
  58. 7b245fd MLBEDSW-2603 Missing "new_shape" attrib in Reshape by Michael McGeagh · 3 years, 9 months ago
  59. 8d939c0 MLBEDSW-2660 Convert FC-like convs to FC by Michael McGeagh · 3 years, 9 months ago
  60. 6a8d424 vela: Move common functionality by Michael McGeagh · 3 years, 9 months ago
  61. d83d2e1 [EXTAPI] refactor weight compression to be used by an external consumer by Manupa Karunaratne · 3 years, 10 months ago
  62. ebe26c7 MLBEDSW-1538: Output diff for elementwise min/max by Dwight Lidman · 3 years, 11 months ago
  63. 68a04b1 MLBEDSW-2641: Fix crash for network with only CPU ops by Jacob Bohlin · 3 years, 10 months ago
  64. 9b64ba0 MLBEDSW-2584: Support cascading of Transpose Convolution by Jacob Bohlin · 3 years, 10 months ago
  65. 9fbc491 MLBEDSW-1497: Add Quantize operator support by Jacob Bohlin · 3 years, 10 months ago
  66. 0b9ca78 Minor black code clean-up by Jacob Bohlin · 3 years, 10 months ago
  67. 5ff9944 MLBEDSW-2634 Avoid encoding empty weights stream by Patrik Gustavsson · 3 years, 10 months ago
  68. d89c09e MLBEDSW-2625 Alignment of tensor for bias and scale by Patrik Gustavsson · 3 years, 10 months ago
  69. ea49945 MLBEDSW-2615: MLCE: Ethos-U55 Flash usage increases due to Yoda Beta by Tim Hall · 3 years, 10 months ago
  70. 3ab9452 MLBEDSW-2551 Add support for more mem-cfgs by Patrik Gustavsson · 3 years, 10 months ago
  71. e843d33 MLBEDSW-2548: Fix for Double Buffer size estimate by Jacob Bohlin · 3 years, 11 months ago
  72. 42e4189 MLBEDSW-2600: Fix writing of register for wrong architecture by Tim Hall · 3 years, 10 months ago
  73. 04ce34c MLBEDSW-2340: Make the tensor address default None by Charles Xu · 3 years, 11 months ago
  74. 5f47c05 MLBEDSW-2564 Restrict settings of perm. storage by Patrik Gustavsson · 3 years, 10 months ago
  75. 8c32e15 MLBEDSW-2575: Update documentation for Yoda Beta by Tim Hall · 3 years, 10 months ago 1.1.0 1.1.0.rc2
  76. b02c8d9 MLBEDSW-2552: Skip npu cycle calculation for cpu op by Charles Xu · 3 years, 10 months ago 1.1.0.rc1
  77. 6231676 MLBEDSW-2556: Odd core/block depth weight interleaving update by Tim Hall · 3 years, 10 months ago
  78. f7e810a vela: MLBEDSW-828 weight/scale stream interleaving by Tim Hall · 3 years, 10 months ago
  79. eca2e95 MLBEDSW-2306 Added more supported mem-cfgs by Patrik Gustavsson · 4 years ago
  80. eec4e50 MLBEDSW-2547 Add accelerator_configs by Patrik Gustavsson · 3 years, 11 months ago
  81. 83dec5c Update arch to 1.0.1 by Douglas Troha · 3 years, 11 months ago
  82. e76a533 doc: Add PyPi information to README.md by Tim Hall · 3 years, 11 months ago
  83. e4fd480 doc: Remove remains of a merge-conflict in OPTIONS.md by Jacob Bohlin · 3 years, 11 months ago 1.0.0
  84. 2a7ebe3 vela: Fix block config override issue. by Tim Hall · 3 years, 11 months ago
  85. c8310b1 MLBEDSW-2528: MLCE-219: Custom operator pass through by Tim Hall · 3 years, 11 months ago
  86. 10a6618 MLBEDSW-2062: Add EAC release notes by Tim Hall · 3 years, 11 months ago
  87. 70cc121 MLBEDSW-2506: Swap broadcast input if applicable by Charles Xu · 3 years, 11 months ago
  88. c30f495 Code clean-up using black and flake8 by Tim Hall · 3 years, 11 months ago
  89. 0fc46dc tools: Fix pytest-cov in pre-commit by Tim Hall · 3 years, 11 months ago
  90. 678645b MLBEDSW-2436: Support for HardSwish operator by Louis Verhaard · 3 years, 11 months ago
  91. 19515e8 MLBEDSW-2432: Retain pass order for CPU subgraph by Charles Xu · 3 years, 11 months ago
  92. c65cb6c Added --nhcwb16-between-cascaded-passes to OPTIONS.md by Jacob Bohlin · 3 years, 11 months ago
  93. 611fcdf MLBEDSW-2435: Fix for cascading upscaling operators by Jacob Bohlin · 3 years, 11 months ago
  94. 749d921 MLBEDSW-2468: Rounding 16bit scale multiplier by 0.5 by Charles Xu · 3 years, 11 months ago
  95. 7b8823f MLBEDSW-2370: Add CLI option for NHCWB16 by Charles Xu · 4 years ago
  96. 332a704 MLBEDSW-2475: leaky relu not handling negative alpha value by Dwight Lidman · 3 years, 11 months ago
  97. ec74fd8 MLBEDSW-2061: Document CLI Options by Jacob Bohlin · 4 years ago
  98. c88a96f MLBEDSW-2455: Bug fix int16 elementwise with scalar by Louis Verhaard · 3 years, 11 months ago
  99. e0ef273 MLBEDSW-2379: Fix 1-element tensors that were marked as scalars by Louis Verhaard · 4 years ago
  100. 284223e MLBEDSW-2471: Remove unused CLI options by Tim Hall · 3 years, 11 months ago