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