Commits on Source (47)
-
Maxence Naud authored
Testing std::any for a more standard structure in CParameter before changing it for a c++14 compatible option
8a63188d -
Maxence Naud authoredc0acb6b5
-
Maxence Naud authored
- [Add] minimal std::any implementation compatible with C++14 GenericOperator parameters are accessed by reference
42a7741a -
Maxence Naud authored04f81b7f
-
Maxence Naud authored3a091045
-
Inna Kucher authored19f181cd
-
Maxence Naud authored662ecccd
-
Maxence Naud authored5f3ac9c8
-
Maxence Naud authored1786b36a
-
Olivier BICHLER authored462c68a4
-
Olivier BICHLER authored3da701cb
-
Olivier BICHLER authoredab47d804
-
Olivier BICHLER authored8196bd43
-
Vincent Templier authored6b2df066
-
Maxence Naud authoredac37b61c
-
Maxence Naud authoreda5914815
-
Vincent Templier authored8aa8f001
-
Vincent Templier authored46767f41
-
Maxence Naud authored94ed8b34
-
Maxence Naud authored936a5dc1
-
Maxence Naud authoreddde40b01
-
Thibault Allenet authoreda1cbe41e
-
Maxence Naud authored
[Fix] Memory leak due to containers serialization See merge request !3
84821386 -
Thibault Allenet authored47ee48d5
-
Inna Kucher authored1d0c8d19
-
Inna Kucher authoredc3e8588e
-
Inna Kucher authoredfc250a89
-
df7e51b1
-
40b3983f
-
b5fa988f
-
10a86f3e
-
7546c66b
-
6b0711fd
-
184746e4
-
32127ed5
-
43d50134
-
04ca46aa
-
9fff38e6
-
8f166b2e
-
74656734
-
de3fd61b
-
83947830
-
Maxence Naud authored
Quantization ptq See merge request !12
51af88a0 -
Maxence Naud authoredc5a2f1be
-
Maxence Naud authored284d4bd8
-
Maxence Naud authored
Remove CParameter memory leak See merge request !15
29ba2cbf -
Maxence Naud authored
Implement insertParent function in GraphView See merge request !10
44afa3b4
Showing
- .gitlab/ci/build.gitlab-ci.yml 3 additions, 0 deletions.gitlab/ci/build.gitlab-ci.yml
- CMakeLists.txt 5 additions, 15 deletionsCMakeLists.txt
- cmake/PybindModuleCreation.cmake 16 additions, 18 deletionscmake/PybindModuleCreation.cmake
- include/aidge/aidge.hpp 3 additions, 1 deletioninclude/aidge/aidge.hpp
- include/aidge/graph/GraphView.hpp 14 additions, 2 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/graph/Node.hpp 1 addition, 1 deletioninclude/aidge/graph/Node.hpp
- include/aidge/hook/execTime.hpp 59 additions, 0 deletionsinclude/aidge/hook/execTime.hpp
- include/aidge/hook/hook.hpp 41 additions, 0 deletionsinclude/aidge/hook/hook.hpp
- include/aidge/hook/outputRange.hpp 74 additions, 0 deletionsinclude/aidge/hook/outputRange.hpp
- include/aidge/operator/GenericOperator.hpp 8 additions, 3 deletionsinclude/aidge/operator/GenericOperator.hpp
- include/aidge/operator/MaxPooling.hpp 174 additions, 0 deletionsinclude/aidge/operator/MaxPooling.hpp
- include/aidge/operator/Operator.hpp 11 additions, 0 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/operator/Scaling.hpp 140 additions, 0 deletionsinclude/aidge/operator/Scaling.hpp
- include/aidge/utils/Any.hpp 154 additions, 0 deletionsinclude/aidge/utils/Any.hpp
- include/aidge/utils/CParameter.hpp 33 additions, 42 deletionsinclude/aidge/utils/CParameter.hpp
- python_binding/graph/pybind_Node.cpp 10 additions, 0 deletionspython_binding/graph/pybind_Node.cpp
- python_binding/operator/pybind_MaxPooling.cpp 89 additions, 0 deletionspython_binding/operator/pybind_MaxPooling.cpp
- python_binding/pybind_core.cpp 2 additions, 0 deletionspython_binding/pybind_core.cpp
- src/graph/GraphView.cpp 20 additions, 11 deletionssrc/graph/GraphView.cpp
- src/graph/Node.cpp 1 addition, 1 deletionsrc/graph/Node.cpp
include/aidge/hook/execTime.hpp
0 → 100644
include/aidge/hook/hook.hpp
0 → 100644
include/aidge/hook/outputRange.hpp
0 → 100644
include/aidge/operator/MaxPooling.hpp
0 → 100644
include/aidge/operator/Scaling.hpp
0 → 100644
include/aidge/utils/Any.hpp
0 → 100644