Skip to content
This project is mirrored from https://review.mlplatform.org/tosa/tosa_mlir_translator. Pull mirroring updated .
  1. Apr 19, 2024
  2. Apr 15, 2024
  3. Mar 19, 2024
  4. Mar 18, 2024
  5. Mar 07, 2024
  6. Mar 06, 2024
  7. Mar 05, 2024
  8. Mar 01, 2024
  9. Feb 28, 2024
  10. Feb 27, 2024
  11. Feb 23, 2024
  12. Feb 22, 2024
  13. Feb 21, 2024
    • Tai Ly's avatar
      [tosa_mlir_translator] Add FP8 support · 86db8bc3
      Tai Ly authored
      
      
      Add serialization and deserialization support for FP8 data types.
      Also, added deserialization support for BF16 constants.
      BF16 and FP8 constants are serialized and deserialized as F32 values.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I919acd82dc5e0b85024b6403d9623eaa26151aef
      86db8bc3
  14. Feb 05, 2024
  15. Feb 01, 2024
  16. Jan 31, 2024
  17. Jan 30, 2024
    • Tai Ly's avatar
      Change PadOp's padding to TOSA Shape · 06cb91ba
      Tai Ly authored
      
      
      PadOp's padding input is now a tosa.shape type.
      Changed serialization of PadOp to not store padding as attribute.
      Changed deserialization of PadOp to not restore padding from attribute.
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I8a622978ea184b8d2779d311adba629c1a0d1fbd
      06cb91ba
  18. Jan 18, 2024
  19. Dec 02, 2023
  20. Nov 27, 2023
  21. Nov 15, 2023
  22. Nov 14, 2023
  23. Oct 27, 2023
  24. Oct 19, 2023
  25. Oct 16, 2023
  26. Oct 11, 2023
  27. Sep 14, 2023
  28. Sep 11, 2023
  29. Sep 07, 2023
  30. Aug 28, 2023
  31. Aug 16, 2023
  32. Aug 01, 2023
  33. Jul 26, 2023
  34. Jul 24, 2023
  35. Jul 21, 2023
  36. Jul 18, 2023
    • Tai Ly's avatar
      Add deserialization of AccumType · f65ce51e
      Tai Ly authored
      
      
      Added deserialize accum_type attribute for AvgPool2D Op
      also fixed serialization of accum_type attribute for AvgPool2D Op
      
      also updated third_party/serialization_lib hash
      
      LLVM_REFSPEC:  refs/changes/23/532123/2
      TF_REFSPEC: refs/changes/34/699334/5
      
      Signed-off-by: default avatarTai Ly <tai.ly@arm.com>
      Change-Id: I2084f33e60d1bf8f76958b320a96fc1f3a94d95c
      f65ce51e
Loading