feat : [ADD] convtranspose operator
parent
fd3f8a3b
No related branches found
No related tags found
This commit is part of merge request !319. Comments created here will be created in the context of that merge request.
Showing
- include/aidge/operator/ConvTranspose.hpp 208 additions, 0 deletionsinclude/aidge/operator/ConvTranspose.hpp
- python_binding/operator/pybind_ConvTranspose.cpp 111 additions, 0 deletionspython_binding/operator/pybind_ConvTranspose.cpp
- python_binding/pybind_core.cpp 2 additions, 0 deletionspython_binding/pybind_core.cpp
- src/operator/ConvTranspose.cpp 322 additions, 0 deletionssrc/operator/ConvTranspose.cpp
- unit_tests/operator/Test_ConvTranspose.cpp 241 additions, 0 deletionsunit_tests/operator/Test_ConvTranspose.cpp
include/aidge/operator/ConvTranspose.hpp
0 → 100644
src/operator/ConvTranspose.cpp
0 → 100644
unit_tests/operator/Test_ConvTranspose.cpp
0 → 100644
Please register or sign in to comment