Merge branch 'padding' into 'main'
Removed padding from conv and pool and added Pad operator See merge request eclipse/aidge/aidge_core!11
No related branches found
No related tags found
Showing
- include/aidge/aidge.hpp 2 additions, 1 deletioninclude/aidge/aidge.hpp
- include/aidge/graph/GraphView.hpp 2 additions, 2 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/operator/AvgPooling.hpp 11 additions, 19 deletionsinclude/aidge/operator/AvgPooling.hpp
- include/aidge/operator/Conv.hpp 11 additions, 18 deletionsinclude/aidge/operator/Conv.hpp
- include/aidge/operator/ConvDepthWise.hpp 10 additions, 18 deletionsinclude/aidge/operator/ConvDepthWise.hpp
- include/aidge/operator/MaxPooling.hpp 11 additions, 19 deletionsinclude/aidge/operator/MaxPooling.hpp
- include/aidge/operator/MetaOperator.hpp 132 additions, 9 deletionsinclude/aidge/operator/MetaOperator.hpp
- include/aidge/operator/MetaOperatorDefs.hpp 85 additions, 0 deletionsinclude/aidge/operator/MetaOperatorDefs.hpp
- include/aidge/operator/Operator.hpp 4 additions, 4 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/operator/Pad.hpp 233 additions, 0 deletionsinclude/aidge/operator/Pad.hpp
- include/aidge/scheduler/Scheduler.hpp 0 additions, 5 deletionsinclude/aidge/scheduler/Scheduler.hpp
- include/aidge/utils/ErrorHandling.hpp 25 additions, 4 deletionsinclude/aidge/utils/ErrorHandling.hpp
- include/aidge/utils/Registrar.hpp 5 additions, 0 deletionsinclude/aidge/utils/Registrar.hpp
- include/aidge/utils/StaticAttributes.hpp 1 addition, 1 deletioninclude/aidge/utils/StaticAttributes.hpp
- python_binding/operator/pybind_AvgPooling.cpp 5 additions, 17 deletionspython_binding/operator/pybind_AvgPooling.cpp
- python_binding/operator/pybind_Conv.cpp 1 addition, 13 deletionspython_binding/operator/pybind_Conv.cpp
- python_binding/operator/pybind_ConvDepthWise.cpp 1 addition, 13 deletionspython_binding/operator/pybind_ConvDepthWise.cpp
- python_binding/operator/pybind_MaxPooling.cpp 5 additions, 17 deletionspython_binding/operator/pybind_MaxPooling.cpp
- src/graph/GraphView.cpp 16 additions, 24 deletionssrc/graph/GraphView.cpp
- src/operator/MetaOperator.cpp 140 additions, 0 deletionssrc/operator/MetaOperator.cpp
Loading
Please register or sign in to comment