- Jul 11, 2024
-
-
Olivier BICHLER authored
[Log] Add possibility to disable colorization of log outputs See merge request !169
-
Add setConsoleColor(bool) method to Log module in order to control colorization on log outputs. Default should be assumed true. This is useful generally when redirecting outputs or using a non colorized terminal in order to avoid annoying ANSI escape sequences. Add set_console_color(bool) python binding. Add AIDGE_LOG_COLOR=[off|OFF|0] env var to disable colors at startup.
-
Olivier BICHLER authored
[DataType] Complete python binding to map all dtype values See merge request !168
-
Add python enum values for all defined dtypes as per the table of dtype names (lower case of the dtype names). Add __str__() binding such that str(tensor.dtype()) return bare enumeration names, suitable for comparison with numpy dtype names.
-
Maxence Naud authored
Add support for namespaced attributes in DynamicAttributes See merge request !161
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jul 10, 2024
-
-
Maxence Naud authored
Added handling of None See merge request !167
-
-
Cyril Moineau authored
[UnitTest] Make unit tests deterministic with fixed seed See merge request !166
-
Use the getSeed() method provided by Catch to initialize the random number generator instead of using the default random device. This allows to make the tests deterministic when --rng-seed <seed> option is passed. Also this allows to report a test failure by specifying the seed as reported in the test output, which can then be reproduced with --rng-seed <reported_seed>.
-
Maxence Naud authored
Update 'Operator::setOutput()' and overrides to be const See merge request !164
-
Maxence Naud authored
-
Maxence Naud authored
Merge branch 'chore_setOutput-should-be-const' of gitlab.eclipse.org:eclipse/aidge/aidge_core into chore_setOutput-should-be-const
-
Olivier BICHLER authored
-
- Jul 09, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
-
Maxence Naud authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Maxence Naud authored
[Tensor] Disambiguate undefined Tensor dimensions from Scalar Tensor See merge request !162
-
Activate previously commented tests on scalars for elementwise operators: Test_[Div|Mul|Sub|Pow]_Op.cpp. Add scalar test for Test_MatMul_Op.cpp. Add negative scalar tests for Test_[Concat|Transpose]Impl.cpp. Update implementations forward/forwardDims of operators Concat|Transpose|MatMul to assert on unexpected scalar inputs.
-
Define a Tensor with undefined dims by explicitly setting mSize to 0. Provide undefined() method which must be used instead of empty() to test whether a Tensor as associated dimensions and can be used for forwarding dimensions downward. This disambiguates from defined scalar Tensor which actually have empty dimensions, but size of 1. Note that as soon as a Tensor with undefined dimensions is resized, it's dimensions are permanently defined (though may still change). This change solves issues in operators forwardDims() when input values are scalar, i.e. !undefined() and empty().
-
Maxence Naud authored
fix tensorImpl See merge request !160
-
- Jul 08, 2024
-
-
Olivier BICHLER authored
-
Michal Szczepanski authored
-
- Jul 05, 2024
-
-
Maxence Naud authored
Chore_26_compare-layer-import-export-onnx See merge request !157
-
Maxence Naud authored
-
Maxence Naud authored
-
Olivier BICHLER authored
Fix softmax binding See merge request !156
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jul 04, 2024
-
-
Olivier BICHLER authored
Im2col See merge request !153
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Jul 03, 2024
-
-
Olivier BICHLER authored
-