Skip to content
Snippets Groups Projects
  1. Feb 29, 2024
    • Maxence Naud's avatar
      Update Tensor.hpp and Tensor.cpp · d4ca927d
      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
      d4ca927d
  2. Feb 27, 2024
    • Maxence Naud's avatar
      [WIP][NF] Start Tensor changes · 3cd6469a
      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
      3cd6469a
  3. Feb 22, 2024
  4. Feb 19, 2024
    • Maxence Naud's avatar
      [WIP][NF] Start Tensor changes · a039090b
      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
      a039090b
  5. Feb 16, 2024
  6. Feb 12, 2024
  7. Jan 29, 2024
  8. Jan 26, 2024
  9. Jan 25, 2024
    • Maxence Naud's avatar
      [Upd] Code rework · f83d454a
      Maxence Naud authored
      - [Syntax] Stimulis -> Stimuli and Stimuli -> Stimulus
      - [#define] Use standard Aidge syntax format
      - [Licence] add where missing
      - [#include] add what is used and remove what is not
      - [class] uniformize class member definition order
      - [types] change size_t for std::size_t from <stddef> for uniformazation
      - [types] change integer types for exact-width integers from <cstddint>
      - Remove end-of-line spaces
      f83d454a
  10. Jan 15, 2024
  11. Jan 05, 2024
  12. Dec 14, 2023
  13. Dec 10, 2023
  14. Dec 09, 2023
  15. Dec 08, 2023
  16. Dec 07, 2023
  17. Dec 06, 2023
  18. Dec 05, 2023
Loading