Skip to content
  1. Nov 19, 2024
  2. Sep 04, 2024
  3. Aug 28, 2024
  4. Jul 18, 2024
  5. May 21, 2024
  6. May 14, 2024
  7. Dec 20, 2023
  8. Nov 16, 2023
  9. Oct 11, 2023
  10. Sep 13, 2023
  11. Aug 21, 2023
  12. Aug 08, 2023
  13. Jul 24, 2023
  14. May 10, 2023
  15. May 03, 2023
  16. Apr 25, 2023
  17. Mar 24, 2023
  18. Feb 16, 2023
  19. Feb 09, 2023
    • Raul Farkas's avatar
      MLBEDSW-6982: Move to setup.cfg and pyproject.toml · 428a8d54
      Raul Farkas authored
      
      
      - Move all static information from setup.py to newly added
        pyproject.toml
      - Add setup.cfg used for static information that cannot be added to
        pyproject.toml due to it still being in beta.
      - Modify mlw_codec to to throw a real python exception when importing
        NumPy arrays instead of just printing them to stdout.
      - Surround mlw_codec import with try catch statement to catch NumPy C
        API mismatch errors and throw them again with a more detailed message.
      - Update README.md with documentation about known issue with changing
        used NumPy version after installing ethos-u-vela.
      
      Change-Id: I1eeee5536be7c1744e30d6088f7069fbb1403e06
      Signed-off-by: default avatarRaul Farkas <raul.farkas@arm.com>
      428a8d54
  20. Feb 03, 2023
  21. Jan 20, 2023
  22. Jan 12, 2023
  23. Oct 03, 2022
  24. Sep 12, 2022
  25. Aug 23, 2022
  26. Jul 19, 2022
  27. Jul 14, 2022
  28. May 18, 2022
  29. May 11, 2022
  30. Apr 27, 2022
  31. Feb 25, 2022
  32. Feb 17, 2022
  33. Nov 26, 2021
  34. Aug 30, 2021
  35. Aug 25, 2021
  36. Jul 08, 2021
    • Patrik Gustavsson's avatar
      MLBEDSW-4838 Added basic TOSA support. · 8f1f9aaa
      Patrik Gustavsson authored
      
      
      Added basic TOSA support, enabling Vela to
      read and compile  a .tosa file corresponding to
      CONV2D + Rescale + Clamp, and writing it to an
      optimized .tflite file.
      
      The optimized .tflite file, will in this case, hold
      a commandstream where the Rescale and Clamp has been
      fused into the CONV2D.
      
      The optimized tflite file is not output from Vela.
      
        -Added support to read .tosa file into Vela
          internal structure.
            - Added tosa_reader.py, tosa_mapper.py and
              helper files stored under tosa/
            - Support for this limited to ~10 ops
      
          -Added reader_util.py for functions common
          for TOSA and TFLite
      
          -Added tosa_graph_optimiser.py
            -Added support to fuse Rescale into convolution
            -Modified handling for padding
      
          -Added support to fuse Clamp to previous op
      
          -Added graph_optimiser_util.py
            -Moved functions common for TOSA/TFLite graph
             optimization to this file.
      
          -Renamed graph_optimiser.py to tflite_graph_optmiser.py
      
          -Added separate tosa_supported_operators.py
      
          -Added supported_operator_util.py
             -For functions in common for TOSA/TFLite
      
      Signed-off-by: default avatarPatrik Gustavsson <patrik.gustavsson@arm.com>
      Change-Id: Ic3c540504ec8c5eb4771397fdc6882050ecf33ab
      8f1f9aaa
  37. May 27, 2021
  38. May 18, 2021
  39. Feb 25, 2021
  40. Feb 19, 2021
Loading