- Jan 19, 2025
-
-
Maxence Naud authored
-
- Jan 17, 2025
-
-
Maxence Naud authored
-
Maxence Naud authored
-
-
-
-
Replace 'iostream'/'sstream'/'ostream' whenever possible by 'fmt' or nothing if there is nothing to print
-
- Jan 16, 2025
-
-
- Jan 14, 2025
-
-
- Jan 10, 2025
-
-
Cyril Moineau authored
-
- Jan 08, 2025
-
-
Olivier BICHLER authored
-
-
- 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'
-
Cyril Moineau authored
-
- Jan 07, 2025
-
-
Cyril Moineau authored
-
- Dec 20, 2024
-
-
Olivier BICHLER authored
-
-
-
-
-
-
- Dec 16, 2024
-
-
Thibault Allenet authored
-
- Dec 13, 2024
-
-
- Dec 11, 2024
-
-
-
Olivier BICHLER authored
-
- Dec 05, 2024
-
-
- add compound assignment operator (+=, -=, *=, /=) with Tensor and arithmetic values - add operator(+, -, *, /) with arithmetic values - add friend symetric operator (+, -, *) with arithmetic values - add fmt parsing function
-
-
- Add move assignment operator - Fix 'Tensor::clone()' if original Tensor has no implementation - Change behaviour to always perform a shallow copy in case of copy constructor/assignment operator calls
-
-
- Dec 04, 2024
-
-
-
Thibault Allenet authored
-
Thibault Allenet authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Dec 03, 2024
-
-
Olivier BICHLER authored
-
Thibault Allenet authored
-
Thibault Allenet authored
-