- Feb 29, 2024
-
-
Maxence Naud authored
- [#include] Remove duplicated includes, add includes - [attributes] add default values for mDataType, mImpl and mGrad - [constructors] Order constructors, change array copy assignment to remove code duplication - calling grad() does not instanciate the gradient anymore, a dedicated function should do it - move getAvailableBackends() and operator=(const Tensor&) to cpp file - Tensor::resize() now handles scalar Tensors
-
Maxence Naud authored
Add tests for nearly evry member function of Tensor (except makeContiguous(), toString() and empty())
-
Maxence Naud authored
-
- Feb 27, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
Merge branch 'improve_tensor_coverage' of gitlab.eclipse.org:eclipse/aidge/aidge_core into improve_tensor_coverage
-
Maxence Naud authored
-
Maxence Naud authored
- [Add] ``zeros()`` member function to set implpementation elements to 0 - [unit_tests][NF] Add many more cases in Test_TensorImpl.cpp - [include] update includes in Tensor.hpp
-
Maxence Naud authored
- [Add] ``zeros()`` member function to set implpementation elements to 0 - [unit_tests][NF] Add many more cases in Test_TensorImpl.cpp - [include] update includes in Tensor.hpp
-
Maxence Naud authored
Resolve "Cannot get attribute of Reshape_Op in Python" See merge request !81
-
Maxence Naud authored
-
Maxence Naud authored
Move computeOutputDims() function from GenericOp to OpTensor python binding so that more Operators can use it
-
Maxence Naud authored
-
Maxence Naud authored
Move computeOutputDims() function from GenericOp to OpTensor python binding so that more Operators can use it
-
Maxence Naud authored
-
- Feb 26, 2024
-
-
Maxence Naud authored
Dataprovider iterator See merge request !86
-
- Feb 23, 2024
-
-
Thibault Allenet authored
-
- Feb 22, 2024
-
-
Thibault Allenet authored
-
Thibault Allenet authored
-
Thibault Allenet authored
-
Thibault Allenet authored
-
Maxence Naud authored
[Add] broadcasting for Arithmetic Operators See merge request !65
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
- Feb 19, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
fix getCPUPtr See merge request !84
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
- [Add] ``zeros()`` member function to set implpementation elements to 0 - [unit_tests][NF] Add many more cases in Test_TensorImpl.cpp - [include] update includes in Tensor.hpp
-
Maxence Naud authored
[Merge][Fix] Changes added to Tensor cpu before it was moved See merge request !83
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
Matmul rework See merge request !76
-
- Feb 16, 2024
-
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-