Merge branch 'ConvNoBias' into 'dev'
Conv no bias See merge request !98
No related branches found
No related tags found
Showing
- include/aidge/data/Data.hpp 2 additions, 1 deletioninclude/aidge/data/Data.hpp
- include/aidge/data/Tensor.hpp 1 addition, 1 deletioninclude/aidge/data/Tensor.hpp
- include/aidge/graph/GraphView.hpp 3 additions, 1 deletioninclude/aidge/graph/GraphView.hpp
- include/aidge/operator/Conv.hpp 36 additions, 18 deletionsinclude/aidge/operator/Conv.hpp
- include/aidge/operator/ConvDepthWise.hpp 23 additions, 15 deletionsinclude/aidge/operator/ConvDepthWise.hpp
- include/aidge/operator/MetaOperatorDefs.hpp 12 additions, 8 deletionsinclude/aidge/operator/MetaOperatorDefs.hpp
- include/aidge/utils/Directories.hpp 83 additions, 0 deletionsinclude/aidge/utils/Directories.hpp
- python_binding/data/pybind_Data.cpp 3 additions, 4 deletionspython_binding/data/pybind_Data.cpp
- python_binding/graph/pybind_GraphView.cpp 1 addition, 1 deletionpython_binding/graph/pybind_GraphView.cpp
- python_binding/operator/pybind_BatchNorm.cpp 3 additions, 0 deletionspython_binding/operator/pybind_BatchNorm.cpp
- python_binding/operator/pybind_Conv.cpp 9 additions, 5 deletionspython_binding/operator/pybind_Conv.cpp
- python_binding/operator/pybind_ConvDepthWise.cpp 9 additions, 5 deletionspython_binding/operator/pybind_ConvDepthWise.cpp
- python_binding/operator/pybind_MetaOperatorDefs.cpp 10 additions, 6 deletionspython_binding/operator/pybind_MetaOperatorDefs.cpp
- src/graph/GraphView.cpp 25 additions, 1 deletionsrc/graph/GraphView.cpp
Loading
Please register or sign in to comment