Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Jun 16, 2022
  2. Jun 15, 2022
    • Eric Kunze's avatar
      Remove quantinfo types · bdcc3fee
      Eric Kunze authored
      
      
      Any needed information has been moved into the attributes for each operator.
      
      This aligns with the structure of the attributes in the TOSA
      specification, and generally simplifies the code.
      
      Change-Id: I8243e91b09de1a9115f8af09c5e7def7e8f2866b
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      bdcc3fee
  3. Jun 14, 2022
  4. Jun 13, 2022
  5. Jun 07, 2022
  6. May 26, 2022
  7. May 12, 2022
  8. Feb 18, 2022
  9. Jan 06, 2022
  10. Nov 18, 2021
  11. Nov 16, 2021
  12. Nov 15, 2021
  13. Nov 12, 2021
    • Kevin Cheng's avatar
      Clean up constructor interface · 545a5084
      Kevin Cheng authored
      
      
      - replace string type constructor argument with "const string&"
      - replace vector type constructor argument with "const vector<T>&"
      - add rvalue reference constructor for TosaSerializationOperator and TosaSerializationBasicBlock
      - add SetData() for TosaSerializationTensor, so tensor can be constructed first and data can be linked later
      
      Signed-off-by: default avatarKevin Cheng <kevin.cheng@arm.com>
      Change-Id: I7c739df54c37b7ba69ebb6e5af118f660c7c0623
      545a5084
  14. Nov 09, 2021
  15. Nov 06, 2021
  16. Nov 05, 2021
  17. Nov 04, 2021
  18. Oct 29, 2021
  19. Oct 27, 2021
    • Kevin Cheng's avatar
      Changes for 0.23.0 release · 38d214cf
      Kevin Cheng authored
      
      
      - Remove RELUN op
      - Add pad_const to PAD op
      - Make padding as an attribute of PAD op
      - Make perm as an attribute of TRANSPOSE op
      - Make table as attribute in Table op
      - Fix typo in operator.def
      
      Signed-off-by: default avatarKevin Cheng <kevin.cheng@arm.com>
      Change-Id: Ifcaa4ad686578cf814345ede8e7f37f0a04fd8ea
      38d214cf
  20. Oct 26, 2021
  21. Oct 19, 2021
  22. Oct 14, 2021
  23. Oct 11, 2021
  24. Sep 02, 2021
  25. Sep 01, 2021
  26. Aug 23, 2021
  27. Aug 02, 2021
  28. Jul 08, 2021
  29. Jun 24, 2021
  30. May 10, 2021
  31. Apr 26, 2021
  32. Apr 13, 2021
Loading