Commits on Source (14)
-
Cyril Moineau authored43e06e57
-
Cyril Moineau authored4e953d8a
-
Olivier BICHLER authored5a6037a5
-
Cyril Moineau authored08651303
-
Maxence Naud authored
Build fix Closes aidge#14 See merge request !31
19057dd9 -
Olivier BICHLER authorede57d24d2
-
Olivier BICHLER authoredcce90762
-
Olivier BICHLER authored62dc4500
-
Olivier BICHLER authored
Various meta-op fixes See merge request eclipse/aidge/aidge_core!32
19ab0c3e -
Olivier BICHLER authoredac1d2bbb
-
Olivier BICHLER authored
Changed Pad DIM handling See merge request eclipse/aidge/aidge_core!34
1f3b607f -
Olivier BICHLER authoredf5bf9426
-
Cyril Moineau authoredc57db9c2
-
Cyril Moineau authored
[Producer] Fix input_name to return empty list. See merge request eclipse/aidge/aidge_core!35
32227940
Showing
- .gitlab/ci/build.gitlab-ci.yml 2 additions, 4 deletions.gitlab/ci/build.gitlab-ci.yml
- include/aidge/aidge.hpp 1 addition, 0 deletionsinclude/aidge/aidge.hpp
- include/aidge/operator/AvgPooling.hpp 2 additions, 3 deletionsinclude/aidge/operator/AvgPooling.hpp
- include/aidge/operator/Conv.hpp 1 addition, 0 deletionsinclude/aidge/operator/Conv.hpp
- include/aidge/operator/ConvDepthWise.hpp 1 addition, 0 deletionsinclude/aidge/operator/ConvDepthWise.hpp
- include/aidge/operator/LeakyReLU.hpp 0 additions, 1 deletioninclude/aidge/operator/LeakyReLU.hpp
- include/aidge/operator/MaxPooling.hpp 2 additions, 3 deletionsinclude/aidge/operator/MaxPooling.hpp
- include/aidge/operator/MetaOperator.hpp 4 additions, 2 deletionsinclude/aidge/operator/MetaOperator.hpp
- include/aidge/operator/MetaOperatorDefs.hpp 46 additions, 30 deletionsinclude/aidge/operator/MetaOperatorDefs.hpp
- include/aidge/operator/Pad.hpp 12 additions, 50 deletionsinclude/aidge/operator/Pad.hpp
- include/aidge/operator/Producer.hpp 3 additions, 1 deletioninclude/aidge/operator/Producer.hpp
- include/aidge/operator/ReLU.hpp 0 additions, 1 deletioninclude/aidge/operator/ReLU.hpp
- include/aidge/operator/Softmax.hpp 0 additions, 1 deletioninclude/aidge/operator/Softmax.hpp
- include/aidge/utils/DynamicAttributes.hpp 10 additions, 10 deletionsinclude/aidge/utils/DynamicAttributes.hpp
- include/aidge/utils/future_std/any.hpp 5 additions, 5 deletionsinclude/aidge/utils/future_std/any.hpp
- include/aidge/utils/future_std/expected.hpp 3487 additions, 0 deletionsinclude/aidge/utils/future_std/expected.hpp
- python_binding/operator/pybind_AvgPooling.cpp 5 additions, 21 deletionspython_binding/operator/pybind_AvgPooling.cpp
- python_binding/operator/pybind_Conv.cpp 5 additions, 27 deletionspython_binding/operator/pybind_Conv.cpp
- python_binding/operator/pybind_ConvDepthWise.cpp 5 additions, 27 deletionspython_binding/operator/pybind_ConvDepthWise.cpp
- python_binding/operator/pybind_MaxPooling.cpp 5 additions, 21 deletionspython_binding/operator/pybind_MaxPooling.cpp
include/aidge/utils/future_std/expected.hpp
0 → 100644
This diff is collapsed.