- Jun 25, 2024
-
-
Maxence Naud authored
-
- Jun 24, 2024
-
-
Maxence Naud authored
- [Add] Attributes: __str__(), __repr__() and dict() methods - [Add] GraphView: __repr__(), __len__() methods - [Add] Node: __repr__() method - [Add] Operator: __repr__() method and attr property - improve Tensor __str__ method if it is empty - change DataType to lower case for python
-
Maxence Naud authored
- [Add] attribute() member function of Oeprator. Return nullptr if no attributes - [Fix] Scaling attributes names from camelCase to PascalCase
-
Maxence Naud authored
Move StaticAttribute from Base class to member attribute
-
- Jun 21, 2024
-
-
Olivier BICHLER authored
-
- Jun 19, 2024
-
-
- Jun 18, 2024
-
-
- Jun 14, 2024
-
-
Olivier BICHLER authored
-
- Jun 13, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- Jun 12, 2024
-
-
Olivier BICHLER authored
-
- Jun 10, 2024
-
-
Extra: - add Node::createUniqueName - GraphView::inView with str arg
-
- Jun 09, 2024
-
-
Olivier BICHLER authored
-
- Jun 07, 2024
-
-
Houssem ROUIS authored
-
Olivier BICHLER authored
-
- Jun 06, 2024
-
-
Houssem ROUIS authored
-
Olivier BICHLER authored
-
- Jun 05, 2024
-
-
Cyril Moineau authored
Extra: - add Node::createUniqueName - GraphView::inView with str arg
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jun 04, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
Removed universal reference overload which are useless and cause issue when stealing the pointer for Python
-
Olivier BICHLER authored
-
- Jun 03, 2024
-
-
Olivier BICHLER authored
-
Maxence Naud authored
-
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
-
Maxence Naud authored
-
Maxence Naud authored
-
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
-
Olivier BICHLER authored
-
Maxence Naud authored
-