- Sep 04, 2024
-
-
Olivier BICHLER authored
-
- Aug 09, 2024
-
-
Olivier BICHLER authored
-
- Aug 07, 2024
-
-
Maxence Naud authored
-
- Jul 30, 2024
-
-
Maxence Naud authored
-
- Jul 09, 2024
-
-
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().
-
- Jul 05, 2024
-
-
Maxence Naud authored
-
- Jul 01, 2024
-
-
Olivier BICHLER authored
-
- Jun 25, 2024
-
-
Maxence Naud authored
The previous behaviour was to keep the Tensor of the removed layer. Now it is also removed
-
- Jun 24, 2024
-
-
Maxence Naud authored
[Fix] (tmp) GraphView::forward_dims() if dimsension provided and Tensor already associated
-
- Jun 20, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jun 13, 2024
-
-
Olivier BICHLER authored
-
- Jun 10, 2024
-
-
-
Extra: - add Node::createUniqueName - GraphView::inView with str arg
-
- Jun 07, 2024
-
-
Olivier BICHLER authored
-
- Jun 05, 2024
-
-
Cyril Moineau authored
Extra: - add Node::createUniqueName - GraphView::inView with str arg
-
- Jun 04, 2024
-
-
Olivier BICHLER authored
-
- Jun 03, 2024
-
-
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
-
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
-
- May 14, 2024
-
-
Cyril Moineau authored
-
- Apr 30, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Apr 18, 2024
-
-
-
-
-
-
Maxence Naud authored
-
- Apr 11, 2024
-
-
Olivier BICHLER authored
-
- Apr 09, 2024
-
-
Olivier BICHLER authored
-
- Apr 08, 2024
-
-
Olivier BICHLER authored
-
- Apr 03, 2024
-
-
Maxence Naud authored
-
- Apr 02, 2024
-
-
Olivier BICHLER authored
-
- Mar 26, 2024
-
-
Maxence Naud authored
-
-
- Mar 24, 2024
-
-
Olivier BICHLER authored
-
- Mar 20, 2024
-
-
- Mar 13, 2024
-
-
Grégoire Kubler authored
-
- Mar 12, 2024
-
-
Grégoire Kubler authored
-