Skip to content
Snippets Groups Projects
  1. Jan 31, 2025
  2. Jan 28, 2025
    • Maxence Naud's avatar
      Minor updates · 7a6af7a6
      Maxence Naud authored
      - Remove unused empty CMakeLists.txt in src directory
      - upd: 'approxEq' logging from error to notice in case of mismatch
      - do not remove spaces at the beginning of a new line in log
      7a6af7a6
  3. Jan 24, 2025
  4. Jan 23, 2025
  5. Jan 21, 2025
  6. Jan 20, 2025
  7. Jan 19, 2025
  8. Jan 17, 2025
  9. Jan 16, 2025
  10. Jan 14, 2025
  11. Jan 10, 2025
  12. Jan 08, 2025
    • Olivier BICHLER's avatar
      2bba4f96
    • Maxence Naud's avatar
      add small changes · b7ea51c4
      Maxence Naud authored and Maxence Naud's avatar Maxence Naud committed
      b7ea51c4
    • Maxence Naud's avatar
      upd: remove many warnings at compile time in release mode · 2686e346
      Maxence Naud authored and Maxence Naud's avatar Maxence Naud committed
      - move some inline functions from header to source
      - include what is used in header and source files to avoid relying on recursive includes
      - remove 'constexpr' from 'Tensor(Vector)' constructor that applied forced inlining
      - use C++ types and not C type (std::size_t instead of size_t)
      - move some default constructor/operators to src
      - explicitly delete some default class constructors for 'SingleGraphMatching', 'StaticAnalysis', 'MetaOpStats' and 'OperatorStats'
      - add default parameters to 'ArgMax' constructor
      - make Node::mAttrs available to the associated Operator instead of accessing it each time getOperator() is called
      - make some for loop access elements by reference in 'FuseBatchNorm'
      2686e346
Loading