Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Mar 19, 2024
  2. Feb 08, 2024
  3. Feb 06, 2024
  4. Feb 02, 2024
  5. Jan 23, 2024
  6. Jan 12, 2024
  7. Jan 03, 2024
  8. Nov 21, 2023
  9. Nov 16, 2023
  10. Nov 13, 2023
  11. Nov 09, 2023
  12. 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
  13. Nov 01, 2023
  14. Sep 21, 2023
  15. Sep 19, 2023
  16. Sep 18, 2023
  17. Sep 15, 2023
  18. Sep 14, 2023
  19. Sep 07, 2023
  20. Sep 06, 2023
  21. 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
  22. Aug 22, 2023
  23. Aug 21, 2023
  24. Aug 18, 2023
  25. Aug 15, 2023
  26. Aug 14, 2023
  27. Aug 12, 2023
  28. Aug 10, 2023
  29. Aug 02, 2023
  30. Jul 27, 2023
  31. Jul 25, 2023
  32. 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
  33. Jul 07, 2023
  34. Jul 05, 2023
  35. Jun 07, 2023
  36. Jun 01, 2023
  37. May 25, 2023
Loading