Skip to content
  1. May 27, 2025
  2. May 22, 2025
  3. May 21, 2025
  4. May 20, 2025
  5. May 19, 2025
  6. May 16, 2025
  7. May 15, 2025
  8. May 14, 2025
  9. May 13, 2025
  10. May 12, 2025
  11. May 09, 2025
  12. May 08, 2025
  13. May 07, 2025
  14. May 06, 2025
  15. May 05, 2025
  16. May 02, 2025
    • Rickard Bolin's avatar
      MLBEDSW-10747: Fix input tensor check in TOSA reader · cea0885a
      Rickard Bolin authored and Fredrik Svedberg's avatar Fredrik Svedberg committed
      
      
      Reader expected all operators to have input tensors, but CONST operator
      does not.
      
      Change-Id: I696d9a36cbc179988ded61f9b020a46b40df89ef
      Signed-off-by: Rickard Bolin's avatarRickard Bolin <rickard.bolin@arm.com>
      cea0885a
    • Fredrik Svedberg's avatar
      MLBEDSW-9760 TOSA Conv3D Decomposition · bbbeb030
      Fredrik Svedberg authored
      
      
      Final part of TOSA Conv3D decomposition - bias broadcast
      decomposition of large tensors.
      
      Change-Id: Ib2e278266f431fbfddffd7aef850a32fd63c3e17
      Signed-off-by: Fredrik Svedberg's avatarFredrik Svedberg <fredrik.svedberg@arm.com>
      bbbeb030
    • Jacob Bohlin's avatar
      MLBEDSW-8926 Port LSTM to Regor · 92013dad
      Jacob Bohlin authored
      
      
      * Ported lowering of TFLite::UnidirectionalSequenceLstm to Regor.
      * Added reading of TFLite intermediate tensors. Added a new
      TensorUsage::Intermediate for these tensors.
      * Added logic to allocate tensors which point to the same buffer to the
      same address, enabling this to be controlled in GraphIR.
      * Added an optional Tag to the Buffer hash function in order to
      differentiate between multiple empty buffers which stem from different
      TFLite variable tensors.
      * Added missing rescaling for Sigmoid and Tanh when fused with
       Elementwise Add, Sub or Mul.
      * Added some limitations to persistent tensors:
        - They are now required to be in linear format.
        - They can not share memory with non-persistent tensors.
      * Made a small modification to graph traversal so that partial writes
        are processed in the order they are added to the graph.
      * Added supported operator checks for UnidirectionalSequenceLstm.
      
      Change-Id: I6bd08822a41dca48b3aa8091b07747327b37d68f
      Signed-off-by: Jacob Bohlin's avatarJacob Bohlin <jacob.bohlin@arm.com>
      92013dad
    • William Isaksson's avatar
      MLBEDSW-9291: Support basic resize bilinear for Ethos-U55/U65 · a3fc80da
      William Isaksson authored and Fredrik Svedberg's avatar Fredrik Svedberg committed
      
      
      -Adds limited support for resize bilinear with align corners and half
      pixel centers both set to false, and analogous for TOSA.
      
      Change-Id: I013759e0cb23f3ebc9037d3b41b0f449256a673a
      Signed-off-by: William Isaksson's avatarWilliam Isaksson <william.isaksson@arm.com>
      a3fc80da
  17. May 01, 2025
Loading