- Mar 06, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Maxence Naud authored
Increase the number of unit-tests for Tensor See merge request !89
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Mar 05, 2024
-
-
Maxence Naud authored
-
Olivier BICHLER authored
-
Maxence Naud authored
-
Olivier BICHLER authored
-
Maxence Naud authored
-
Maxence Naud authored
Support for recurrent networks See merge request !77
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Mar 04, 2024
-
-
Olivier BICHLER authored
-
- Mar 03, 2024
-
-
Olivier BICHLER authored
-
- Mar 02, 2024
-
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Mar 01, 2024
-
-
Maxence Naud authored
-
Olivier BICHLER authored
-
Maxence Naud authored
- remove unused code in comments in ArrayHelpers.hpp - use std::unique_ptr<[]> instead of C style array in Test_Tensor - use AIDGE_THROW_OR_ABORT as a default implem for zeros() member function
-
Olivier BICHLER authored
-
- Feb 29, 2024
-
-
Maxence Naud authored
-
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
-
Olivier BICHLER authored
-
Olivier BICHLER authored
-
- Feb 27, 2024
-
-
Olivier BICHLER authored
-
Maxence Naud authored
-
Olivier BICHLER authored
-
Olivier BICHLER 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
-