- 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 19, 2024
-
-
Maxence Naud 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
-
- 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 23, 2024
-
-
- Feb 22, 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
-
Maxence Naud authored
-
- Dec 13, 2023
-
-
Maxence Naud authored
-
- Dec 07, 2023
-
-
Olivier BICHLER authored
-
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 24, 2023
-
-
Maxence Naud authored
-
- Nov 22, 2023
-
-
Maxence Naud authored
-
- 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()
-