Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
  2. Aug 09, 2024
  3. Aug 07, 2024
  4. Jul 30, 2024
  5. 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
  6. Jul 05, 2024
  7. Jul 01, 2024
  8. Jun 25, 2024
  9. Jun 24, 2024
  10. Jun 20, 2024
  11. Jun 13, 2024
  12. Jun 10, 2024
  13. Jun 07, 2024
  14. Jun 05, 2024
  15. Jun 04, 2024
  16. Jun 03, 2024
    • Maxence Naud's avatar
      Fixes · bab66847
      Maxence Naud authored
      - Change Softmax_Op 'axis' attributes from int to size_t
      - Change Transpose_OpImpl to TransposeImpl
      - Change snake-case to camel-case names
      - fix tests according to AvgPooling_Op changes
      bab66847
    • Maxence Naud's avatar
      Fixes · bfabda5b
      Maxence Naud authored
      - Change Softmax_Op 'axis' attributes from int to size_t
      - Change Transpose_OpImpl to TransposeImpl
      - Change snake-case to camel-case names
      - fix tests according to AvgPooling_Op changes
      bfabda5b
  17. May 14, 2024
  18. Apr 30, 2024
  19. Apr 18, 2024
  20. Apr 11, 2024
  21. Apr 09, 2024
  22. Apr 08, 2024
  23. Apr 03, 2024
  24. Apr 02, 2024
  25. Mar 26, 2024
  26. Mar 24, 2024
  27. Mar 20, 2024
  28. Mar 13, 2024
  29. Mar 12, 2024
Loading