- Sep 11, 2024
-
-
- Sep 10, 2024
-
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
Grégoire Kubler authored
-
- Sep 09, 2024
-
-
-
-
-
Olivier BICHLER authored
-
- Sep 05, 2024
-
-
- Sep 04, 2024
-
-
Olivier BICHLER authored
-
- Aug 30, 2024
-
-
Houssem ROUIS authored
-
- Aug 29, 2024
-
-
Olivier BICHLER authored
-
- Aug 18, 2024
-
-
Maxence Naud authored
-
- Aug 13, 2024
-
-
Houssem ROUIS authored
-
- Aug 09, 2024
-
-
Houssem ROUIS authored
-
- Aug 08, 2024
-
-
Maxence Naud authored
-
- Aug 07, 2024
-
-
Maxence Naud authored
-
-
Maxence Naud authored
-
- Aug 06, 2024
-
-
Maxence Naud authored
-
Houssem ROUIS authored
-
- Aug 01, 2024
-
-
Houssem ROUIS authored
-
- Jul 31, 2024
-
-
Houssem ROUIS authored
-
Maxence Naud authored
-
- Jul 26, 2024
-
-
Houssem ROUIS authored
-
- Jul 24, 2024
-
-
Houssem ROUIS authored
-
- Jul 22, 2024
-
-
For constructors, now manage correctly: - np array 0-rank arrays scalar, - python int|float scalars, - np scalars np.dtype() (different from 0-rank array scalars), - contruction with dims=..., now a kw only argument, - np arrays of rank >= 1 as before. For setters, now manage correctly conversion without loss of precision and do not raise in case of overflow as we would expect with C++ interface. Added support in ctors/get/set for some missing types, now support [u]int(8|16|32|64).
-
- Jul 11, 2024
-
-
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.
-
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.
-
Olivier BICHLER authored
-
- Jul 10, 2024
-
-
-
Maxence Naud authored
-
- Jul 09, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
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().
-
- Jul 05, 2024
-
-
Maxence Naud authored
-
Olivier BICHLER authored
-