Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/serialization_lib. Pull mirroring updated .
  1. Dec 06, 2022
  2. Oct 26, 2022
  3. Oct 04, 2022
  4. Sep 15, 2022
  5. Sep 13, 2022
  6. Sep 08, 2022
  7. Aug 30, 2022
  8. Aug 29, 2022
  9. Aug 25, 2022
    • Colm Donelan's avatar
      Modify CMakeLists to ease integration with Arm NN. · 2a3ca939
      Colm Donelan authored
      
      
      * Add option to disable building test executables.
      * Add option to specify an external source of Flatbuffers library.
      * Allow third_party/flatbuffers to contain either source or
        prebuilt package.
      * Remove default STATIC and rely on cmake's BUILD_SHARED_LIBS.
      * Add PUBLIC_HEADERS to install target.
      * Specify use of GNU installation directory norms.
      
      Signed-off-by: default avatarColm Donelan <colm.donelan@arm.com>
      Change-Id: I780c3345b9e55ec7928b917648174c33fe29e7fb
      2a3ca939
  10. Aug 03, 2022
  11. Jul 11, 2022
  12. Jul 06, 2022
  13. Jun 16, 2022
  14. 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
  15. Jun 14, 2022
  16. Jun 13, 2022
  17. Jun 07, 2022
  18. May 26, 2022
  19. May 12, 2022
  20. Feb 18, 2022
  21. Jan 06, 2022
  22. Nov 18, 2021
  23. Nov 16, 2021
  24. Nov 15, 2021
  25. 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
  26. Nov 09, 2021
  27. Nov 06, 2021
  28. Nov 05, 2021
  29. Nov 04, 2021
  30. Oct 29, 2021
  31. 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
  32. Oct 26, 2021
Loading