Merge remote-tracking branch 'origin/main' into fix/Tensor/toString
No related branches found
No related tags found
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
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
Loading
Please register or sign in to comment