Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Sep 06, 2023
  2. Aug 23, 2023
    • Tai Ly's avatar
      Add is_unranked flag to Tensors · c6939a4d
      Tai Ly authored
      
      
      This adds a bool field, is_unranked to TosaTensor in tosa.fbs
      to indicate whether a tensor with shape = {} is an unranked tensor
      or an 0-D tensor.
      For older tosa files without this field, the default value is false.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I86950050b522565509863c483cd3a3c1c50f8f69
      c6939a4d
  3. Aug 22, 2023
  4. Aug 21, 2023
  5. Aug 18, 2023
  6. Aug 15, 2023
  7. Aug 14, 2023
  8. Aug 12, 2023
  9. Aug 10, 2023
  10. Aug 02, 2023
  11. Jul 27, 2023
  12. Jul 25, 2023
  13. Jul 18, 2023
    • Tai Ly's avatar
      Update to use GenText · 89963aa8
      Tai Ly authored
      
      
      changed GenerateText to GenText, with reversed return polarity.
      
      updated flatbuffer to v23.5.26, and regenerated headers
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I7278dfe9c7b55b9afbe2329e3058b63a1cdce586
      89963aa8
  14. Jul 07, 2023
  15. Jul 05, 2023
  16. Jun 07, 2023
  17. Jun 01, 2023
  18. May 25, 2023
  19. May 23, 2023
  20. May 19, 2023
  21. May 18, 2023
  22. May 12, 2023
  23. May 08, 2023
  24. Apr 06, 2023
  25. Apr 04, 2023
  26. Mar 16, 2023
  27. Mar 08, 2023
  28. Mar 07, 2023
  29. Feb 27, 2023
  30. Jan 27, 2023
  31. Jan 23, 2023
  32. Jan 18, 2023
  33. Jan 13, 2023
  34. Jan 11, 2023
  35. Jan 10, 2023
  36. Jan 09, 2023
  37. Jan 04, 2023
  38. Dec 15, 2022
    • Jerry-Ge's avatar
      [region] Add TosaSerializationRegion to serialization_lib · 13c78a67
      Jerry-Ge authored
      
      
      - Rationale: add this fix to support constants access between multiple
      blocks by another layer of abstraction called Region
      - Changes:
        - flatbuffers schema update, regenerate header files
        - add TosaSerializationRegion for the handler
        - other relevant fixes
      
      Signed-off-by: Jerry-Ge's avatarJerry Ge <jerry.ge@arm.com>
      Change-Id: I4bb72503abfd629ae017d2f905184efbab244aa8
      13c78a67
Loading