Commits on Source (82)
-
Thibault Allenet authored2c3257fe
-
Thibault Allenet authored3fd21015
-
Thibault Allenet authored15db022f
-
Thibault Allenet authoredc9540441
-
Thibault Allenet authored020024a7
-
Thibault Allenet authored3e92caae
-
Thibault Allenet authoredbed0f107
-
Thibault Allenet authoredef539ba7
-
Thibault Allenet authored968b2bda
-
Thibault Allenet authoredc5d5e02f
-
Thibault Allenet authored47515b82
-
Thibault Allenet authoredeb48b9ea
-
Thibault Allenet authoredd528c54e
-
Houssem ROUIS authoredd704c111
-
Thibault Allenet authored60c0866e
-
Thibault Allenet authoreddcb9e07a
-
Thibault Allenet authoredd0ae7302
-
Thibault Allenet authored363c8929
-
Thibault Allenet authoreda3c90cca
-
Thibault Allenet authoredc24bd652
-
Thibault Allenet authored0081dec3
-
Thibault Allenet authoredeb11c284
-
Thibault Allenet authoredd8c99970
-
Thibault Allenet authoreda343e118
-
Thibault Allenet authoreda71e2361
-
Thibault Allenet authoredefb68e6a
-
Maxence Naud authored60d053c0
-
Maxence Naud authored3ab88a9b
-
Maxence Naud authored50a968e6
-
Maxence Naud authoredc2360e0e
-
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 -
Maxence Naud authored4d44959f
-
59b3c0a9
-
Houssem ROUIS authored7aec113a
-
Houssem ROUIS authored5df2101f
-
Houssem ROUIS authoreddf25a8c5
-
Houssem ROUIS authoredcdf27216
-
Maxence Naud authoredf18032c9
-
Maxence Naud authored9cb56340
-
Maxence Naud authoredfafe588f
-
Houssem ROUIS authored248e8175
-
Thibault Allenet authored60d17a2f
-
Maxence Naud authored887249ac
-
Houssem ROUIS authoredb096e315
-
Houssem ROUIS authored6dceed7e
-
Houssem ROUIS authoredae34ebd6
-
Maxence Naud authored1b40120d
-
Maxence Naud authored0a0c4904
-
Maxence Naud authored9743cb8f
-
Maxence Naud authored24e2dec1
-
Maxence Naud authored0a88775b
-
Thibault Allenet authored
Update TensorImpl constructor to take the tensor dimensions instead of the number of elements. Necessary for backend_opencv.
8cfcd350 -
Thibault Allenet authored7fc2dd95
-
Thibault Allenet authoredc131ada5
-
Thibault Allenet authoredaee1bbe6
-
Maxence Naud authored20f3c105
-
Thibault Allenet authored
Dataloader See merge request eclipse/aidge/aidge_core!4
4fe5e82e -
db487d89
-
ad799c3a
-
c2e7afcd
-
88ecdf0b
-
d2379931
-
44b0d5e1
-
f6423b2b
-
e47b900d
-
ae0e03eb
-
1b6654b8
-
Maxence Naud authored351d8532
-
Maxence Naud authored075a005a
-
Maxence Naud authored3a861bf5
-
Maxence Naud authored34d07fe7
-
Maxence Naud authoredecbcec98
-
Maxence Naud authoredb055ebf0
-
Maxence Naud authored6300a4a0
-
Maxence Naud authored9ec6e0fb
-
Maxence Naud authored
Matmul rework See merge request !76
52a3bf16 -
Maxence Naud authored579e98c7
-
Maxence Naud authoredd49eec0d
-
Maxence Naud authoredd0be866c
-
Maxence Naud authored
[Merge][Fix] Changes added to Tensor cpu before it was moved See merge request !83
da8c26ab -
Maxence Naud authored7fa2e6dd
-
Maxence Naud authored
fix getCPUPtr See merge request !84
b3f36f6b
Showing
- .gitlab/ci/build.gitlab-ci.yml 57 additions, 57 deletions.gitlab/ci/build.gitlab-ci.yml
- .gitlab/ci/test.gitlab-ci.yml 20 additions, 20 deletions.gitlab/ci/test.gitlab-ci.yml
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- aidge_core/unit_tests/test_parameters.py 0 additions, 6 deletionsaidge_core/unit_tests/test_parameters.py
- aidge_core/unit_tests/test_recipies.py 2 additions, 2 deletionsaidge_core/unit_tests/test_recipies.py
- include/aidge/aidge.hpp 4 additions, 3 deletionsinclude/aidge/aidge.hpp
- include/aidge/backend/StimulusImpl.hpp 32 additions, 0 deletionsinclude/aidge/backend/StimulusImpl.hpp
- include/aidge/backend/TensorImpl.hpp 10 additions, 3 deletionsinclude/aidge/backend/TensorImpl.hpp
- include/aidge/backend/cpu/data/GetCPUPtr.h 6 additions, 3 deletionsinclude/aidge/backend/cpu/data/GetCPUPtr.h
- include/aidge/backend/cpu/data/TensorImpl.hpp 13 additions, 5 deletionsinclude/aidge/backend/cpu/data/TensorImpl.hpp
- include/aidge/data/DataProvider.hpp 64 additions, 0 deletionsinclude/aidge/data/DataProvider.hpp
- include/aidge/data/Database.hpp 57 additions, 0 deletionsinclude/aidge/data/Database.hpp
- include/aidge/data/Tensor.hpp 47 additions, 158 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/graph/GraphView.hpp 1 addition, 1 deletioninclude/aidge/graph/GraphView.hpp
- include/aidge/operator/GenericOperator.hpp 1 addition, 1 deletioninclude/aidge/operator/GenericOperator.hpp
- include/aidge/operator/MatMul.hpp 23 additions, 50 deletionsinclude/aidge/operator/MatMul.hpp
- include/aidge/operator/Operator.hpp 1 addition, 3 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/scheduler/Scheduler.hpp 9 additions, 1 deletioninclude/aidge/scheduler/Scheduler.hpp
- include/aidge/stimuli/Stimulus.hpp 107 additions, 0 deletionsinclude/aidge/stimuli/Stimulus.hpp
- python_binding/data/pybind_DataProvider.cpp 22 additions, 0 deletionspython_binding/data/pybind_DataProvider.cpp
include/aidge/backend/StimulusImpl.hpp
0 → 100644
include/aidge/data/DataProvider.hpp
0 → 100644
include/aidge/data/Database.hpp
0 → 100644
include/aidge/stimuli/Stimulus.hpp
0 → 100644
python_binding/data/pybind_DataProvider.cpp
0 → 100644