Added Python binding for meta op
parent
026123ea
No related branches found
No related tags found
Showing
- 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 48 additions, 32 deletionsinclude/aidge/operator/MetaOperatorDefs.hpp
- include/aidge/operator/Pad.hpp 19 additions, 53 deletionsinclude/aidge/operator/Pad.hpp
- include/aidge/operator/Producer.hpp 2 additions, 0 deletionsinclude/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
- python_binding/operator/pybind_MetaOperatorDefs.cpp 126 additions, 0 deletionspython_binding/operator/pybind_MetaOperatorDefs.cpp
- python_binding/pybind_core.cpp 1 addition, 0 deletionspython_binding/pybind_core.cpp
Loading
Please register or sign in to comment