Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/reference_model. Pull mirroring updated .
  1. Apr 19, 2024
  2. Apr 18, 2024
  3. Apr 17, 2024
  4. Apr 16, 2024
  5. Apr 15, 2024
    • Tai Ly's avatar
      [ref model] fix const/pad/clamp attribute serialization · 5d0e9c7f
      Tai Ly authored
      
      
      This changes to use native type serialization and deserialization
      for pad_const, clamp min_val/max_val and const data attribute values
      whereby fp16 values are stored as 2 bytes each, fp8 values are stored
      in 1 byte each, etc.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: Ia95d320fe8c546ce1d1ccc035d6e9bcaadcc9ca3
      5d0e9c7f
  6. Apr 11, 2024
  7. Apr 09, 2024
  8. Apr 08, 2024
  9. Apr 03, 2024
  10. Apr 02, 2024
  11. Mar 28, 2024
  12. Mar 26, 2024
  13. Mar 25, 2024
  14. Mar 21, 2024
  15. Mar 20, 2024
  16. 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
  17. Mar 18, 2024
Loading