Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/specification. Pull mirroring updated .
  1. Mar 08, 2023
  2. Mar 07, 2023
  3. Feb 24, 2023
    • Dominic Symes's avatar
      Main inference conformance additions · 8f7688d7
      Dominic Symes authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Add a check on the error bias for dot
      product calculations and slightly increase the
      error variance bound for dot products.
      
      Change-Id: I518704d1fb1b109695b0f90f7ca6733850e6a8c7
      Signed-off-by: default avatarDominic Symes <dominic.symes@arm.com>
      8f7688d7
    • Luke Hutton's avatar
      Fix rank limits for various data layout operations · 580fdd13
      Luke Hutton authored
      
      
      This commit removes the maximum rank 4 restriction
      from REVERSE, SLICE and TILE operations so that the
      new maximum is now MAX_RANK.
      
      In doing so some rank inconsistencies were also
      cleaned up, including:
      * Adding a minimum rank to the PAD op description
      * Adding level limit checks to SLICE and TILE ops
      * Adding checks for rank(shape1) == rank(shape)
        for TILE and TRANSPOSE ops
      * Add tensor_size(shape1) == tensor_size(shape)
        check for TRANSPOSE
      * Replace tensor name with shape name in pesudo
        code where necessary
      
      Change-Id: I94bb8ee0b6b720b2ba5a884ce9300dca6281245a
      Signed-off-by: Luke Hutton's avatarLuke Hutton <luke.hutton@arm.com>
      580fdd13
  4. Feb 06, 2023
    • Eric Kunze's avatar
      Add accumulator size attribute to AVG_POOL2D · 87bf309c
      Eric Kunze authored
      The accumulator size cannot be determined from the current signature,
      so a new attribute is needed to describe the possible accumulator
      sizes.
      
      Change-Id: I6de81b9ef2bb62a1ca726866f6561c6ae44904aa
      87bf309c
  5. Feb 01, 2023
  6. Jan 23, 2023
  7. Jan 17, 2023
  8. Dec 09, 2022
  9. Dec 05, 2022
  10. Nov 30, 2022
  11. Nov 11, 2022
  12. Oct 19, 2022
  13. Oct 12, 2022
  14. Oct 06, 2022
  15. Sep 28, 2022
  16. Sep 08, 2022
  17. Aug 30, 2022
  18. Aug 26, 2022
  19. 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
  20. Aug 24, 2022
  21. 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
  22. Aug 15, 2022
  23. Jul 08, 2022
  24. Jun 30, 2022
  25. Jun 17, 2022
  26. Jun 13, 2022
  27. Jun 02, 2022
  28. Jun 01, 2022
  29. 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
Loading