Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/specification. Pull mirroring updated .
  1. Jun 17, 2022
  2. Jun 13, 2022
  3. Jun 02, 2022
  4. Jun 01, 2022
  5. 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
  6. May 24, 2022
  7. 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
  8. May 11, 2022
  9. May 04, 2022
  10. May 03, 2022
  11. Apr 29, 2022
  12. Apr 20, 2022
  13. Apr 14, 2022
  14. Mar 31, 2022
  15. Mar 16, 2022
  16. Mar 15, 2022
  17. Feb 03, 2022
  18. Jan 24, 2022
  19. Jan 10, 2022
  20. Jan 07, 2022
  21. Nov 30, 2021
  22. Nov 24, 2021
  23. Nov 13, 2021
  24. Nov 12, 2021
  25. Nov 04, 2021
  26. Oct 29, 2021
  27. Oct 28, 2021
    • Eric Kunze's avatar
      Readability fixes for pseudocode · 82f19e2a
      Eric Kunze authored
      Avoid use of acc for variables when they are not convolution
      accumulators.
      
      Use argument types appropriately.
      Add missing pseudocode for some MI operators
      
      Change-Id: I9113f9228dbcafb85206bcc39310e9599cb12c08
      82f19e2a
    • Eric Kunze's avatar
      Clarify CLAMP pseudocode · 3fe52563
      Eric Kunze authored
      CLAMP does not do any zero point modification of its
      clamp limits. Callers to CLAMP should provide values with the
      zero-point accounted for in the arguments.
      
      Change-Id: I27ee468ecd5ab53e33dcbac9c91b705b39e49f96
      3fe52563
    • Eric Kunze's avatar
      Remove zp subtraction from tensor_read pseudocode · 3170439f
      Eric Kunze authored
      Operators which use the zero-point functionalty for 8-bit integer
      processing are updated to do the zero-point subtract in their
      pseudocode.
      
      Note that the PAD operator no longer takes a zero point argument,
      and instead requires callers to account for the zero point in the
      pad_const argument.
      
      Change-Id: I3bca1cae85aa2093000c420f0433633c347a29de
      3170439f
  28. Oct 21, 2021
Loading