Dropped usage of const char* for name, use std::string instead
parent
ea1886d8
No related branches found
No related tags found
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
Showing
- .gitlab/ci/test.gitlab-ci.yml 1 addition, 0 deletions.gitlab/ci/test.gitlab-ci.yml
- include/aidge/operator/Add.hpp 1 addition, 1 deletioninclude/aidge/operator/Add.hpp
- include/aidge/operator/FC.hpp 1 addition, 1 deletioninclude/aidge/operator/FC.hpp
- include/aidge/operator/LeakyReLU.hpp 1 addition, 1 deletioninclude/aidge/operator/LeakyReLU.hpp
- include/aidge/operator/Matmul.hpp 1 addition, 1 deletioninclude/aidge/operator/Matmul.hpp
- include/aidge/operator/Producer.hpp 3 additions, 3 deletionsinclude/aidge/operator/Producer.hpp
- include/aidge/operator/ReLU.hpp 1 addition, 1 deletioninclude/aidge/operator/ReLU.hpp
- include/aidge/operator/Softmax.hpp 1 addition, 1 deletioninclude/aidge/operator/Softmax.hpp
- python_binding/operator/pybind_AvgPooling.cpp 5 additions, 5 deletionspython_binding/operator/pybind_AvgPooling.cpp
- python_binding/operator/pybind_Conv.cpp 6 additions, 6 deletionspython_binding/operator/pybind_Conv.cpp
- python_binding/operator/pybind_ConvDepthWise.cpp 6 additions, 6 deletionspython_binding/operator/pybind_ConvDepthWise.cpp
- python_binding/operator/pybind_Producer.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Producer.cpp
- src/scheduler/Scheduler.cpp 3 additions, 4 deletionssrc/scheduler/Scheduler.cpp
Please register or sign in to comment