Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Mar 28, 2024
  2. Mar 26, 2024
  3. Mar 25, 2024
  4. Mar 21, 2024
  5. Mar 20, 2024
  6. Mar 19, 2024
    • Jeremy Johnson's avatar
      Updated build_tests to support different random generators · 0a6d1dee
      Jeremy Johnson authored and Eric Kunze's avatar Eric Kunze committed
      
      
      All generator functions now take RNG argument to allow different
      random number generators, rather than relying on global RNG
      Default behaviour is the same as before using global RNG
      Added stable random generation mode
      * shape rng based on operator, rank and datatype
      * arguments rng based on operator, shape and datatype
      * build operands and data rng based on op, shape, datatype and args
      Add optional stable RNG test generation to conformance_generator
      
      Signed-off-by: Jeremy Johnson's avatarJeremy Johnson <jeremy.johnson@arm.com>
      Change-Id: I5ee4ff85575a81177fd74ed1617e946bfa3a0769
      0a6d1dee
  7. Mar 18, 2024
  8. Mar 15, 2024
  9. Mar 13, 2024
  10. Mar 12, 2024
  11. Mar 07, 2024
  12. Mar 06, 2024
  13. Mar 05, 2024
  14. Mar 01, 2024
  15. Feb 29, 2024
  16. Feb 28, 2024
  17. Feb 27, 2024
    • Tai Ly's avatar
      [reference_model] tosa.fb name changes · 8ead6c48
      Tai Ly authored
      
      
      This patch adjusts reference model for attribute name changes in
      tosa.fb schema, and for obsoleted slice/tile/reshape attributes
      also updated examples due to the breaking tosa flatbuffers changes
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I105eb99a4c35f289c5078aed0a7f9cbb6dfe9123
      8ead6c48
  18. Feb 26, 2024
  19. Feb 23, 2024
  20. Feb 22, 2024
    • Jerry-Ge's avatar
      Save Int16/UINT16 test outputs to native dtypes · 20ab3df3
      Jerry-Ge authored
      
      
      * Int16/UInt16 reference outputs were previously saved to INT32
      * Save those in their native dtypes and updated other affected code
      
      Signed-off-by: Jerry-Ge's avatarJerry Ge <jerry.ge@arm.com>
      Change-Id: I0c3b7fba096a8cb1ddabef20ad13498b8f46d36f
      20ab3df3
    • TatWai Chong's avatar
      Change the shift of mul to tensor type · c7bfa58c
      TatWai Chong authored and Eric Kunze's avatar Eric Kunze committed
      
      
      Right shift result on i32_t data type only, i.e. other data types
      don't carry the shift operand.
      
      In the spec, the shift type is a tensor in MT profile and is an
      attribute in BI/MI profiles. Currently we treat the shift as tensor
      throughout.
      
      In implementation, since `ternaryExpr` is not implemented in Eigen,
      decompose the original calculation into multiply and shift operation
      seperately, and execute them via `binaryExpr`.
      
      Change-Id: I349f4969545134ac5f13bc83032cd75cca3e7ba0
      Signed-off-by: TatWai Chong's avatarTatWai Chong <tatwai.chong@arm.com>
      c7bfa58c
  21. Feb 21, 2024
Loading