- 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().
-
- 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
-
- Jun 03, 2024
-
-
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
- add Tensor operators +,-,*,/ - add __repr__ funciton to Tensor - add operator constructor to each python binding - fix identity_op Base class declaration in binding
-
- May 06, 2024
-
-
Cyril Moineau authored
-
Cyril Moineau authored
-
- May 03, 2024
-
-
Cyril Moineau authored
-
- Apr 29, 2024
-
-
- Mar 28, 2024
-
-
Maxence Naud authored
-
- Mar 20, 2024
-
-
- Feb 27, 2024
-
-
Olivier BICHLER authored
-
- Feb 23, 2024
-
-
Thibault Allenet authored
-
- Feb 22, 2024
-
-
Thibault Allenet authored
-
- Feb 12, 2024
-
-
Thibault Allenet authored
-
- Jan 29, 2024
-
-
Cyril Moineau authored
-
- Jan 15, 2024
-
-
Olivier BICHLER authored
-
Thibault Allenet authored
-
- Jan 11, 2024
-
-
Cyril Moineau authored
Fix numpy -> tensor with latest tensorImpl changes (copyFromHost instead of setRawPtr) + Use of std::int32_t instead of in and std::int64_t instead of long to fit Data.hpp convention.
-
Cyril Moineau authored
-
- Dec 10, 2023
-
-
Olivier BICHLER authored
-
- Dec 06, 2023
-
-
Olivier BICHLER authored
-
- Nov 22, 2023
-
-
Maxence Naud authored
- Remove setInput in Node - Change setDatatype to setDataType in GraphView and Tensor binding - Add namespace comment - Update Node includes - Run forwardDims() only if operators use Tensors
-
- Oct 09, 2023
-
-
vincent lorrain authored
-
- Sep 20, 2023
-
-
Cyril Moineau authored
-
- Sep 19, 2023
-
-
Cyril Moineau authored
-
- Aug 30, 2023
-
-
Thibault Allenet authored
-
- Aug 29, 2023
-
-
Olivier BICHLER authored
-
- Aug 01, 2023
-
-
Cyril Moineau authored
-
Cyril Moineau authored
-