- Jun 03, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
- add Tensor operators +,-,*,/ - add __repr__ funciton to Tensor - add operator constructor to each python binding - fix identity_op Base class declaration in binding
-
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
Improved "not implemented" errors See merge request eclipse/aidge/aidge_core!130
-
Olivier BICHLER authored
-
- May 31, 2024
-
-
Olivier BICHLER authored
Use the ordered nodes API in Sequential() in order to preserve the user declaration nodes order See merge request eclipse/aidge/aidge_core!128
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- May 30, 2024
-
-
Olivier BICHLER authored
Improved errors See merge request eclipse/aidge/aidge_core!127
-
- May 29, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- May 28, 2024
-
-
Maxence Naud authored
Add missing attributes to operators See merge request eclipse/aidge/aidge_core!122
-
Houssem ROUIS authored
-
Maxence Naud authored
Replace swich case with refCastFrom() See merge request eclipse/aidge/aidge_core!123
-
Houssem ROUIS authored
-
Houssem ROUIS authored
Merge branch 'better_inputs_to_attr' of gitlab.eclipse.org:eclipse/aidge/aidge_core into fix/add_missing_attr
-
- May 26, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- May 24, 2024
-
-
Olivier BICHLER authored
-
- May 23, 2024
-
-
Houssem ROUIS authored
-
Houssem ROUIS authored
-
Houssem ROUIS authored
-
Maxence Naud authored
Fix pybind classmethod See merge request eclipse/aidge/aidge_core!124
-
Houssem ROUIS authored
-
Maxence Naud authored
-
- May 22, 2024
-
-
Houssem ROUIS authored
-
- May 21, 2024
-
-
Olivier BICHLER authored
-
- May 17, 2024
-
-
Houssem ROUIS authored
-
Houssem ROUIS authored
-
- May 16, 2024
-
-
Maxence Naud authored
Fix connector See merge request eclipse/aidge/aidge_core!121
-
Maxence Naud authored
-
Maxence Naud authored
-
- May 15, 2024
-
-
Maxence Naud authored
Change Gather and Slice's attributes into intputs See merge request eclipse/aidge/aidge_core!93
-
Maxence Naud authored
-
Maxence Naud authored
Fix Reshape See merge request eclipse/aidge/aidge_core!111
-