Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Feb 02, 2024
  2. Jan 23, 2024
  3. Jan 12, 2024
  4. Jan 03, 2024
  5. Nov 21, 2023
  6. Nov 16, 2023
  7. Nov 13, 2023
  8. Nov 09, 2023
  9. Nov 07, 2023
    • Davide Grohmann's avatar
      Allow serialization_lib to use an external flatbuffers target · aac87834
      Davide Grohmann authored
      
      
      Before this change the only way to build the serialization_lib was to
      have the flatbuffers lib pre-built before calling cmake or to allow
      serialization_lib to build its own flatbuffers library.  This commit
      make sure that you can build serialization_lib as part of the cmake
      build that builds flatbuffers (not in advance) by checking that
      flatbuffers is in the TARGET list.  In that case it is simply linked
      by the serialization_lib library.
      
      Signed-off-by: Davide Grohmann's avatarDavide Grohmann <davide.grohmann@arm.com>
      Change-Id: I5a9d5f263ccfb36273977d6e6a2c8083598b0afb
      aac87834
  10. Nov 01, 2023
  11. Sep 21, 2023
  12. Sep 19, 2023
  13. Sep 18, 2023
  14. Sep 15, 2023
  15. Sep 14, 2023
  16. Sep 07, 2023
  17. Sep 06, 2023
  18. 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
  19. Aug 22, 2023
  20. Aug 21, 2023
  21. Aug 18, 2023
  22. Aug 15, 2023
  23. Aug 14, 2023
  24. Aug 12, 2023
  25. Aug 10, 2023
  26. Aug 02, 2023
  27. Jul 27, 2023
  28. Jul 25, 2023
  29. 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
  30. Jul 07, 2023
  31. Jul 05, 2023
  32. Jun 07, 2023
  33. Jun 01, 2023
  34. May 25, 2023
  35. May 23, 2023
  36. May 19, 2023
  37. May 18, 2023
  38. May 12, 2023
  39. May 08, 2023
Loading