- 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
-
- Apr 18, 2024
-
-
- Apr 11, 2024
-
-
Olivier BICHLER authored
-
- Apr 08, 2024
-
-
Olivier BICHLER authored
-
- Mar 22, 2024
-
-
Maxence Naud authored
[Add] 'Operator::backend()' member function and move Tensor dependence from header to source file when possible in operator
-
- Mar 21, 2024
-
-
[Add] 'Operator::backend()' member function and move Tensor dependence from header to source file when possible in operator
-
Maxence Naud authored
[Add] 'Operator::backend()' member function and move Tensor dependence from header to source file when possible in operator
-
- Mar 20, 2024
-
-
- Mar 06, 2024
-
-
- Mar 05, 2024
-
-
- Mar 01, 2024
-
-
Cyril Moineau authored
-
- Feb 29, 2024
-
-
Cyril Moineau authored
-
- Feb 13, 2024
-
-
Olivier BICHLER authored
-
- Feb 11, 2024
-
-
Olivier BICHLER authored
Use fmt library instead of custom functions, added GraphView::getRankedNodes() and GraphView::getRankedNodesName() methods
-
- Jan 05, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jan 04, 2024
-
-
Olivier BICHLER authored
-
- Dec 14, 2023
-
-
Maxence Naud authored
-
- Dec 13, 2023
-
-
Maxence Naud authored
-
- Dec 08, 2023
-
-
Olivier BICHLER authored
-
- Dec 05, 2023
-
-
Maxence Naud authored
-
- Dec 03, 2023
-
-
Olivier BICHLER authored
-
- Nov 30, 2023
-
-
Maxence Naud authored
-
- Nov 27, 2023
-
-
Maxence Naud authored
-
- Nov 22, 2023
-
-
Maxence Naud authored
-
Maxence Naud authored
[Fix] set FC/ConvDepthWise parameter sizes at construction by adding the number of input channels in construction parameters
-
- Nov 20, 2023
-
-
Maxence Naud authored
- Change parent class from Operator to OperatorTensor - Remove shared and not customed functions from operators - Uniformize operators behaviour: - inputs are set to nullptr at initialization by default - parameters whose size can be computed at initialization are (FC, ConvDepthWise) - Many more checks in functions with AIDGE_THROW_OR_ABORT()
-
- Nov 15, 2023
-
-
Maxence Naud authored
-
- Oct 26, 2023
-
-
Maxence Naud authored
-
- Oct 17, 2023
-
-
Olivier BICHLER authored
-
Cyril Moineau authored
-
- Oct 12, 2023
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Oct 09, 2023
-
-
vincent lorrain authored
-
- Oct 02, 2023
-
-
Olivier BICHLER authored
-
- Sep 28, 2023
-
-
Olivier BICHLER authored
-
Maxence Naud authored
-