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