Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Jul 14, 2025
  2. Jul 07, 2025
  3. Jun 27, 2025
  4. Jun 25, 2025
  5. Jun 24, 2025
  6. Jun 23, 2025
  7. Jun 20, 2025
  8. Jun 18, 2025
  9. Jun 13, 2025
  10. Jun 06, 2025
  11. Jun 05, 2025
  12. Jun 04, 2025
  13. Jun 03, 2025
  14. Jun 02, 2025
  15. May 30, 2025
  16. May 16, 2025
  17. May 15, 2025
  18. May 14, 2025
  19. May 13, 2025
  20. May 12, 2025
    • Tai Ly's avatar
      [serialization_lib] Add Op Info · a24fbe58
      Tai Ly authored
      
      
      This adds TosaSerializationOpInfo<Op_name> that specify, for each tosa operator Op_name,
      the serialization attribute type to use, and the input types (tensor/shape/tensor_list)
      for the operator
      
      unpdated unit tests to construct unit tests that use the appropriate
      attribute and number of inputs for each operator
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Ic1707f60f9f25248d361b02ea142bc13699c5781
      a24fbe58
    • Luke Hutton's avatar
      Avoid supplying unsupported linker flags · 9e3b662d
      Luke Hutton authored
      
      
      This commit aims to fix the MacOS build of the
      serialization library by, more generally, ensuring
      unsupported linker flags are not supplied to the
      selected linker.
      
      Note: The "check_linker_flag" utility is used by
      this change which requires cmake >= 3.18,
      therefore, the minimum supported cmake version in
      this project has been bumped from 3.13.4 to 3.18.
      
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      Change-Id: I8434c1fb7237e011fa3df720de79e2053b8c9fbb
      9e3b662d
  21. May 09, 2025
  22. May 02, 2025
  23. May 01, 2025
  24. Apr 30, 2025
  25. Apr 28, 2025
  26. Apr 22, 2025
  27. Apr 17, 2025
    • Michael Platings's avatar
      Remove Git submodules · e8be4754
      Michael Platings authored
      
      
      Use CMake's FetchContent feature instead, the same as is already done
      for GoogleTest.
      
      This change necessitates copying flatc and reflection.fbs as part of the build process to a known
      location in the source directory, since the flatbuffer sources are no longer directly in the source
      tree. CMake targets have been added to do this. regenerate_headers.sh is updated accordingly.
      
      Signed-off-by: Michael Platings's avatarMichael Platings <michael.platings@arm.com>
      Change-Id: Idc08297a3e8dac3da978e5d537b1e6d04279a070
      e8be4754
  28. Apr 09, 2025
  29. Apr 02, 2025
  30. Apr 01, 2025
  31. Mar 24, 2025
Loading