- Jan 08, 2025
-
-
Olivier BICHLER authored
-
- Nov 04, 2024
-
-
Houssem ROUIS authored
-
- Sep 10, 2024
-
-
Olivier BICHLER authored
-
- Aug 07, 2024
-
-
Maxence Naud authored
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
-
- Jul 30, 2024
-
-
Maxence Naud authored
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
-
- Jul 09, 2024
-
-
Activate previously commented tests on scalars for elementwise operators: Test_[Div|Mul|Sub|Pow]_Op.cpp. Add scalar test for Test_MatMul_Op.cpp. Add negative scalar tests for Test_[Concat|Transpose]Impl.cpp. Update implementations forward/forwardDims of operators Concat|Transpose|MatMul to assert on unexpected scalar inputs.
-
- Jun 24, 2024
-
-
Maxence Naud authored
- [Add] attribute() member function of Oeprator. Return nullptr if no attributes - [Fix] Scaling attributes names from camelCase to PascalCase
-
- Jun 20, 2024
-
-
Olivier BICHLER authored
-
- Jun 07, 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
-
- Apr 18, 2024
-
-
- Apr 16, 2024
-
-
Olivier BICHLER authored
-