Skip to content
Snippets Groups Projects
  1. Nov 26, 2024
  2. Oct 21, 2024
  3. Oct 20, 2024
  4. Oct 09, 2024
  5. Sep 23, 2024
  6. Sep 20, 2024
  7. Sep 10, 2024
  8. Sep 03, 2024
  9. Sep 02, 2024
  10. Aug 29, 2024
  11. Aug 28, 2024
  12. Aug 27, 2024
  13. Aug 26, 2024
  14. Jul 09, 2024
    • Christophe Guillon's avatar
      [Tensor] Disambiguate undefined Tensor dimensions from Scalar Tensor · cb0748a7
      Christophe Guillon authored and Maxence Naud's avatar Maxence Naud committed
      Define a Tensor with undefined dims by explicitly setting mSize to 0.
      Provide undefined() method which must be used instead of empty()
      to test whether a Tensor as associated dimensions and can be used
      for forwarding dimensions downward.
      This disambiguates from defined scalar Tensor which actually have
      empty dimensions, but size of 1.
      Note that as soon as a Tensor with undefined dimensions is resized,
      it's dimensions are permanently defined (though may still change).
      
      This change solves issues in operators forwardDims() when
      input values are scalar, i.e. !undefined() and empty().
      cb0748a7
  15. Jun 20, 2024
  16. Jun 03, 2024
  17. Mar 22, 2024
  18. Mar 21, 2024
  19. Mar 15, 2024
  20. Mar 06, 2024
  21. Mar 01, 2024
  22. Nov 10, 2023
  23. Oct 20, 2023
Loading