- Mar 05, 2025
-
-
Grégoire Kubler authored
-
Grégoire Kubler authored
Also better warning message for conv operator constructor
-
Grégoire Kubler authored
-
- Feb 26, 2025
-
-
Maxence Naud authored
- split the function in two for more comprehesive structure - change name from 'removeConstantOFShape' to 'foldConstantOfShape' since it describe way better what the function does - enhance function structure, Producer has got only one child Node by construction. No need to check
-
- Feb 25, 2025
-
-
- Feb 20, 2025
-
-
- Sep 20, 2024
-
-
Cyril Moineau authored
-
- Sep 16, 2024
-
-
Olivier BICHLER authored
-
- Sep 10, 2024
-
-
Olivier BICHLER authored
-
- Aug 07, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
-
- Jul 31, 2024
-
-
Maxence Naud authored
-
- Jul 30, 2024
-
-
Maxence Naud authored
Move constructor, and clone functions from operators' header to src and add src file for PaddedConv and PaddedConvDepthWise
-
- 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 18, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jun 12, 2024
-
-
Olivier BICHLER authored
-
- Jun 03, 2024
-
-
Maxence Naud authored
- Move code definition in an external cpp file in src directory - Remove InChannels, OutChannels, NbChannels from the list of attributes as they are only used for creating the associated Producer. They are kept as parameters of the Operator factory function to continue creating Weight and Bias Producers automatically. The number of in/out channels is now based on the Weight parameter - 'Conv_Op::inChannels()', 'Conv_Op::outChannels()', 'ConvDepthWise::nbChannels()' functons added
-
Maxence Naud authored
- Move code definition in an external cpp file in src directory - Remove InChannels, OutChannels, NbChannels from the list of attributes as they are only used for creating the associated Producer. They are kept as parameters of the Operator factory function to continue creating Weight and Bias Producers automatically. The number of in/out channels is now based on the Weight parameter - 'Conv_Op::inChannels()', 'Conv_Op::outChannels()', 'ConvDepthWise::nbChannels()' functons added
-