- Nov 05, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
- Nov 04, 2024
-
-
Houssem ROUIS authored
Feat: Support empty permutation vector for Transpose See merge request !237
-
Houssem ROUIS authored
-
- Oct 30, 2024
-
-
Cyril Moineau authored
[Fix] Rename BatchNorm2DOp->BatchNormOp2D to follow pattern <Type><NbDim>DOp. See merge request !236
-
-
Cyril Moineau authored
Adding some export features See merge request !234
-
-
-
-
- Oct 29, 2024
-
-
Cyril Moineau authored
Add support for GridSample + Minor changes See merge request !235
-
Cyril Moineau authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- Oct 25, 2024
-
-
Thibault Allenet authored
[Add] Clip Operator See merge request !209
-
-
- Oct 23, 2024
-
-
Olivier BICHLER authored
Fix padding See merge request !232
-
Olivier BICHLER authored
-
- Oct 22, 2024
-
-
Maxence Naud authored
Export refactor See merge request !163
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
[Scheduler] fix internal issue when scheduling producer nodes See merge request !224
-
Cyril Moineau authored
Merge branch 'allowNoInputProducer' of gitlab.eclipse.org:eclipse/aidge/aidge_core into allowNoInputProducer
-
- Oct 21, 2024
-
-
Christophe Guillon authored
Handle case where producer nodes are also graph outputs, in this case the initial list of consumers may contain producer nodes. They are now scheduled as requiredProducers instead of runnableConsumers. It actually does not change the effective scheduling, though it handles more uniformely producers nodes (outputs of the graph or not). Added some test cases in Test_scheduler.cpp.
-
Christophe Guillon authored
Fix the case where consumer may have no output or no input in summarizeComsumerState debug function.
-
Maxence Naud authored
This reverts commit d5c01e1c, reversing changes made to e878ce91.
-
- Oct 20, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
- Remove underscore in 'MetaOperator_Op' for python when one was present - remove the number-of-input option from a test where it was not removed
-
-
-
-
Maxence Naud authored
-
Maxence Naud authored
- Change shared_ptr to raw ptr. It is possible without issue here as each pointer is stored and owned by Scheduler::mStaticSchedule and deleted with it - Change Scheduler::resetScheduling() and Scheduler::~Scheduler() to delete raw pointers properly
-
Maxence Naud authored
-
Only Google checks are enabled, and the naming follows Webkit conventions.
-
Reduce parameter sizes for export test to reduce test time.
-