add support for same size tensors
parent
6bb7ae3d
No related branches found
No related tags found
This commit is part of merge request !19. Comments created here will be created in the context of that merge request.
Showing
- include/aidge/backend/cpu/operator/DivImpl.hpp 2 additions, 2 deletionsinclude/aidge/backend/cpu/operator/DivImpl.hpp
- include/aidge/backend/cpu/operator/DivImpl_forward_kernels.hpp 14 additions, 8 deletions...de/aidge/backend/cpu/operator/DivImpl_forward_kernels.hpp
- include/aidge/backend/cpu/operator/PowImpl.hpp 2 additions, 2 deletionsinclude/aidge/backend/cpu/operator/PowImpl.hpp
- include/aidge/backend/cpu/operator/PowImpl_forward_kernels.hpp 14 additions, 6 deletions...de/aidge/backend/cpu/operator/PowImpl_forward_kernels.hpp
- src/operator/DivImpl.cpp 6 additions, 0 deletionssrc/operator/DivImpl.cpp
- src/operator/PowImpl.cpp 6 additions, 0 deletionssrc/operator/PowImpl.cpp
- unit_tests/operator/Test_DivImpl.cpp 37 additions, 1 deletionunit_tests/operator/Test_DivImpl.cpp
- unit_tests/operator/Test_PowImpl.cpp 37 additions, 1 deletionunit_tests/operator/Test_PowImpl.cpp
Please register or sign in to comment