Merge branch 'vit_operators' into 'tiling'
Vit operators See merge request !47
No related branches found
No related tags found
Showing
- aidge_core/unit_tests/test_recipies.py 12 additions, 0 deletionsaidge_core/unit_tests/test_recipies.py
- include/aidge/aidge.hpp 5 additions, 1 deletioninclude/aidge/aidge.hpp
- include/aidge/operator/Erf.hpp 75 additions, 0 deletionsinclude/aidge/operator/Erf.hpp
- include/aidge/operator/Gather.hpp 100 additions, 0 deletionsinclude/aidge/operator/Gather.hpp
- include/aidge/operator/ReduceMean.hpp 146 additions, 0 deletionsinclude/aidge/operator/ReduceMean.hpp
- include/aidge/operator/Reshape.hpp 97 additions, 0 deletionsinclude/aidge/operator/Reshape.hpp
- include/aidge/operator/Softmax.hpp 27 additions, 7 deletionsinclude/aidge/operator/Softmax.hpp
- include/aidge/operator/Transpose.hpp 125 additions, 0 deletionsinclude/aidge/operator/Transpose.hpp
- include/aidge/recipies/Recipies.hpp 18 additions, 0 deletionsinclude/aidge/recipies/Recipies.hpp
- python_binding/operator/pybind_Concat.cpp 28 additions, 0 deletionspython_binding/operator/pybind_Concat.cpp
- python_binding/operator/pybind_Erf.cpp 27 additions, 0 deletionspython_binding/operator/pybind_Erf.cpp
- python_binding/operator/pybind_Gather.cpp 28 additions, 0 deletionspython_binding/operator/pybind_Gather.cpp
- python_binding/operator/pybind_ReduceMean.cpp 54 additions, 0 deletionspython_binding/operator/pybind_ReduceMean.cpp
- python_binding/operator/pybind_Reshape.cpp 27 additions, 0 deletionspython_binding/operator/pybind_Reshape.cpp
- python_binding/operator/pybind_Slice.cpp 27 additions, 0 deletionspython_binding/operator/pybind_Slice.cpp
- python_binding/operator/pybind_Softmax.cpp 2 additions, 2 deletionspython_binding/operator/pybind_Softmax.cpp
- python_binding/operator/pybind_Transpose.cpp 52 additions, 0 deletionspython_binding/operator/pybind_Transpose.cpp
- python_binding/pybind_core.cpp 14 additions, 0 deletionspython_binding/pybind_core.cpp
- python_binding/recipies/pybind_Recipies.cpp 7 additions, 0 deletionspython_binding/recipies/pybind_Recipies.cpp
- src/operator/Erf.cpp 16 additions, 0 deletionssrc/operator/Erf.cpp
Loading
Please register or sign in to comment