Merge remote-tracking branch 'origin/dev' into nobias
No related branches found
No related tags found
Showing
- aidge_core/unit_tests/test_recipes.py 7 additions, 11 deletionsaidge_core/unit_tests/test_recipes.py
- include/aidge/data/Tensor.hpp 19 additions, 65 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/operator/Ln.hpp 73 additions, 0 deletionsinclude/aidge/operator/Ln.hpp
- include/aidge/operator/Transpose.hpp 0 additions, 1 deletioninclude/aidge/operator/Transpose.hpp
- include/aidge/utils/Registrar.hpp 1 addition, 1 deletioninclude/aidge/utils/Registrar.hpp
- python_binding/data/pybind_Tensor.cpp 1 addition, 0 deletionspython_binding/data/pybind_Tensor.cpp
- python_binding/operator/pybind_Ln.cpp 29 additions, 0 deletionspython_binding/operator/pybind_Ln.cpp
- python_binding/operator/pybind_Operator.cpp 1 addition, 0 deletionspython_binding/operator/pybind_Operator.cpp
- src/data/Tensor.cpp 97 additions, 0 deletionssrc/data/Tensor.cpp
- src/operator/Ln.cpp 25 additions, 0 deletionssrc/operator/Ln.cpp
- src/recipes/FuseMulAdd.cpp 8 additions, 2 deletionssrc/recipes/FuseMulAdd.cpp
- unit_tests/graph/Test_Matching.cpp 2 additions, 1 deletionunit_tests/graph/Test_Matching.cpp
- unit_tests/graphRegex/Test_GraphRegex.cpp 7 additions, 7 deletionsunit_tests/graphRegex/Test_GraphRegex.cpp
- unit_tests/recipes/Test_FuseMulAdd.cpp 5 additions, 5 deletionsunit_tests/recipes/Test_FuseMulAdd.cpp
Loading
Please register or sign in to comment