Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Oct 23, 2024
  2. Mar 07, 2024
  3. Feb 02, 2024
    • Davide Grohmann's avatar
      Allow serialization_lib to use an external flatbuffers target · afeeb6db
      Davide Grohmann authored and Eric Kunze's avatar Eric Kunze committed
      
      
      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
      afeeb6db
  4. Jan 23, 2024
  5. Dec 14, 2023
  6. Nov 29, 2023
  7. Nov 28, 2023
  8. Sep 13, 2023
  9. Sep 12, 2023
  10. Sep 11, 2023
  11. Aug 31, 2023
  12. 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
  13. Aug 22, 2023
  14. Aug 21, 2023
  15. Aug 18, 2023
  16. Aug 15, 2023
  17. Aug 14, 2023
  18. Aug 12, 2023
  19. Aug 10, 2023
  20. Aug 02, 2023
  21. Jul 27, 2023
  22. Jul 25, 2023
  23. 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
  24. Jul 07, 2023
  25. Jul 05, 2023
  26. Jun 07, 2023
  27. Jun 01, 2023
  28. May 25, 2023
  29. May 23, 2023
  30. May 19, 2023
  31. May 18, 2023
Loading