Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/specification. Pull mirroring updated .
  1. Dec 05, 2022
  2. Nov 30, 2022
  3. Nov 11, 2022
  4. Oct 19, 2022
  5. Oct 12, 2022
  6. Oct 06, 2022
  7. Sep 28, 2022
  8. Sep 08, 2022
  9. Aug 30, 2022
  10. Aug 26, 2022
  11. Aug 25, 2022
    • Dominic Symes's avatar
      TRANSPOSED_CONV2D: Invert pad definition · eda7b126
      Dominic Symes authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Increasing output pad values reduces the size of the output
      region in the old definition. This is counter-intuitive.
      This patch inverts the sign of the output pad values such
      that increasing values leads to increasing pad. It also
      specifies a pad limit range of output pad values that
      give an output dependent on the whole input.
      
      Signed-off-by: default avatarDominic Symes <dominic.symes@arm.com>
      Change-Id: I47ff4ee67942aec9e728f0b42d87d20117f0b97a
      eda7b126
  12. Aug 24, 2022
  13. Aug 19, 2022
    • Eric Kunze's avatar
      Change convolution weights to always dynamic · 52dd6bb6
      Eric Kunze authored
      
      
      This changes the arguments for the convolution operators to
      be inputs rather than attributes for all profiles.
      
      Change-Id: I9d5fd1ae721271b881179765dc44e966208150da
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      52dd6bb6
    • Eric Kunze's avatar
      Machine parsable specification · 58098a7b
      Eric Kunze authored
      
      
      This converts portions of the asciidoc specification into an xml
      document and schema. For the html and pdf outputs, the xml is
      converted to asciidoc files that are included into the existing
      specification.
      
      The xml allows future automated uses of the tosa specification
      while maintaining rough compatibility with the existing document.
      No significant functional changes are included in this change.
      
      Change-Id: I7f1f95c527638e270c157d58fcdec6a3510daea5
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      58098a7b
  14. Aug 15, 2022
  15. Jul 08, 2022
  16. Jun 30, 2022
  17. Jun 17, 2022
  18. Jun 13, 2022
  19. Jun 02, 2022
  20. Jun 01, 2022
  21. May 26, 2022
    • Eric Kunze's avatar
      Update RESHAPE pseudocode · 844b3b47
      Eric Kunze authored
      
      
      Remove the calculation of a -1 dimension from the operator.
      Calculates the new coordinates, and adds the proper
      tensor_read/tensor_write for the data.
      
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      Change-Id: Iad1d83c170732bdfb3652dead9044809168b23d2
      844b3b47
  22. May 24, 2022
  23. May 16, 2022
    • Eric Kunze's avatar
      Add the uint16_t data type · eef012e1
      Eric Kunze authored
      
      
      An unsigned 16-bit integer data type for use with image networks.
      Limited to only operating with the RESCALE operator for conversion
      to signed int16.
      
      Zero point can be 0 or 32768 in the RESCALE to allow for no loss of
      precision (by subtracting 32768), or keeping all values as positive,
      (zero point=0) with scaling/clipping as defined in the other RESCALE
      arguments.
      
      Change-Id: Id1aebab68fa207f8f8cc235fc3fa5d050307198e
      Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
      eef012e1
  24. May 11, 2022
  25. May 04, 2022
  26. May 03, 2022
  27. Apr 29, 2022
  28. Apr 20, 2022
  29. Apr 14, 2022
  30. Mar 31, 2022
Loading