- Dec 04, 2024
-
-
Thibault Allenet authored
-
- Dec 03, 2024
-
-
Thibault Allenet authored
-
- Nov 28, 2024
-
-
Add a .codespellrc and fix spelling mistakes in code.
-
- Nov 26, 2024
-
-
Maxence Naud authored
- working nearest mode - add Interpolation python binding - working python binding - change Resize creation function to set scale/size Producers if values are provided
-
-
- Nov 25, 2024
-
-
- Nov 21, 2024
-
-
Thibault Allenet authored
-
Set toString() method to always return a valid string even in the case where the Tensor has no implementaiton or when the tensor is undefined (i.e. no specified size).
-
- Nov 14, 2024
-
-
Axel Farrugia authored
-
Axel Farrugia authored
-
- Nov 13, 2024
-
-
Thibault Allenet authored
-
- Nov 05, 2024
-
-
Maxence Naud authored
-
- Oct 21, 2024
-
-
Maxence Naud authored
This reverts commit d5c01e1c, reversing changes made to e878ce91.
-
- Oct 20, 2024
-
-
- Sep 27, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
- Sep 24, 2024
-
-
Cyril Moineau authored
-
- Sep 20, 2024
-
-
Cyril Moineau authored
-
- Sep 12, 2024
-
-
Iryna DE ALBUQUERQUE SILVA authored
-
Iryna DE ALBUQUERQUE SILVA authored
-
- Sep 09, 2024
-
-
-
Olivier BICHLER authored
-
- Sep 03, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Aug 26, 2024
-
-
Olivier BICHLER 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 19, 2024
-
-
Cyril Moineau authored
-
- Jul 11, 2024
-
-
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.
-
- Jul 09, 2024
-
-
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().
-
Cyril Moineau authored
-
- Jul 05, 2024
-
-
Maxence Naud authored
-
- Jun 28, 2024
-
-
Maxence Naud authored
- Fix datatype call - Change 'DataType' to 'dtype' for Python interface
-
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
-
- Jun 19, 2024
-
-
- Jun 18, 2024
-
-
Olivier BICHLER authored
-
Olivier Antoni authored
-
- Jun 13, 2024
-
-
Cyril Moineau authored
-
- Jun 04, 2024
-
-
Cyril Moineau authored
-