Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
  2. Sep 17, 2024
  3. Sep 12, 2024
    • Christophe Guillon's avatar
      [Memorize] Add python binding for Memorize · bd5dd3bb
      Christophe Guillon authored
      Add Memorize operator binding for constructing node as
      aidge_core.Memorize(end_step: int, name: str = "").
      
      Update Memorize Registrar parent class to shared_ptr
      in order to share implementation with python.
      bd5dd3bb
  4. Sep 11, 2024
  5. Sep 10, 2024
  6. Sep 09, 2024
  7. Sep 05, 2024
  8. Sep 04, 2024
  9. Sep 03, 2024
  10. Sep 02, 2024
  11. Aug 30, 2024
  12. Aug 29, 2024
  13. Aug 26, 2024
  14. Aug 18, 2024
  15. Aug 13, 2024
  16. Aug 09, 2024
  17. Aug 08, 2024
  18. Aug 07, 2024
  19. Aug 06, 2024
  20. Aug 01, 2024
  21. Jul 31, 2024
  22. Jul 26, 2024
  23. Jul 24, 2024
  24. Jul 22, 2024
    • Christophe Guillon's avatar
      [Tensor] Rework bindings for Tensor constructors · 5a882a01
      Christophe Guillon authored and Maxence Naud's avatar Maxence Naud committed
      For constructors, now manage correctly:
      - np array 0-rank arrays scalar,
      - python int|float scalars,
      - np scalars np.dtype() (different from 0-rank array scalars),
      - contruction with dims=..., now a kw only argument,
      - np arrays of rank >= 1 as before.
      
      For setters, now manage correctly conversion without
      loss of precision and do not raise in case of overflow as we
      would expect with C++ interface.
      Added support in ctors/get/set for some missing types, now
      support [u]int(8|16|32|64).
      5a882a01
Loading