Commits on Source (40)
-
Olivier BICHLER authored8bc10d7c
-
Olivier BICHLER authored3a88f9be
-
Olivier BICHLER authored5f918671
-
Houssem ROUIS authored8a913046
-
Cyril Moineau authoredf28a09ed
-
Cyril Moineau authored
Add __setattr__ and __getattr__ methods for Attributes. This recquired a change in the order of derived class declaration, see https://github.com/pybind/pybind11/issues/3804
76e8a21d -
Cyril Moineau authoredd68006ec
-
Cyril Moineau authored5686ecb8
-
Cyril Moineau authorede9c566d1
-
Cyril Moineau authored175657a0
-
Houssem ROUIS authorededeb04c4
-
Houssem ROUIS authored5ba6e78b
-
Houssem ROUIS authoreda02ba8ee
-
Cyril Moineau authoredb3a467c1
-
Cyril Moineau authored1843f7db
-
Cyril Moineau authored1c7872c6
-
Olivier BICHLER authored657c7302
-
Olivier BICHLER authored9157399f
-
Olivier BICHLER authored9c18776a
-
Olivier BICHLER authoreddeea0be0
-
Cyril Moineau authoredb2f5c6e9
-
https://gitlab.eclipse.org/eclipse/aidge/aidge_coreHoussem ROUIS authored
Merge branch 'main' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into update_vit_operators
19e9a0a8 -
Olivier BICHLER authored
New proposal for handling tensor views See merge request eclipse/aidge/aidge_core!69
1bd36647 -
Houssem ROUIS authorede85aac44
-
Maxence Naud authored6424edc9
-
82c69826
-
da633120
-
ad0225df
-
424918b9
-
Maxence Naud authored
Merge branch 'update_vit_operators' of gitlab.eclipse.org:hrouis/aidge_core into update_vit_operators
66acc5cb -
Maxence Naud authored10eba2d3
-
Maxence Naud authored
Update vit operators See merge request eclipse/aidge/aidge_core!74
16738da4 -
Cyril Moineau authored8a0de7b6
-
Cyril Moineau authored2c02a5ee
-
Cyril Moineau authored5f99144c
-
Cyril Moineau authoredf6ad0bd9
-
Cyril Moineau authored517320ee
-
Cyril Moineau authoredff7f1a85
-
Cyril Moineau authored53f7d1be
-
Cyril Moineau authored
Quality of life See merge request eclipse/aidge/aidge_core!73
f0917214
Showing
- aidge_core/unit_tests/test_operator_binding.py 17 additions, 0 deletionsaidge_core/unit_tests/test_operator_binding.py
- aidge_core/unit_tests/test_tensor.py 55 additions, 5 deletionsaidge_core/unit_tests/test_tensor.py
- include/aidge/aidge.hpp 3 additions, 0 deletionsinclude/aidge/aidge.hpp
- include/aidge/backend/TensorImpl.hpp 31 additions, 15 deletionsinclude/aidge/backend/TensorImpl.hpp
- include/aidge/backend/cpu/data/GetCPUPtr.h 24 additions, 0 deletionsinclude/aidge/backend/cpu/data/GetCPUPtr.h
- include/aidge/backend/cpu/data/TensorImpl.hpp 193 additions, 0 deletionsinclude/aidge/backend/cpu/data/TensorImpl.hpp
- include/aidge/data/Tensor.hpp 233 additions, 57 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/operator/Gather.hpp 11 additions, 10 deletionsinclude/aidge/operator/Gather.hpp
- include/aidge/operator/Slice.hpp 6 additions, 6 deletionsinclude/aidge/operator/Slice.hpp
- include/aidge/utils/Attributes.hpp 5 additions, 0 deletionsinclude/aidge/utils/Attributes.hpp
- include/aidge/utils/DynamicAttributes.hpp 2 additions, 2 deletionsinclude/aidge/utils/DynamicAttributes.hpp
- include/aidge/utils/StaticAttributes.hpp 32 additions, 1 deletioninclude/aidge/utils/StaticAttributes.hpp
- python_binding/data/pybind_Tensor.cpp 14 additions, 12 deletionspython_binding/data/pybind_Tensor.cpp
- python_binding/operator/pybind_AvgPooling.cpp 3 additions, 2 deletionspython_binding/operator/pybind_AvgPooling.cpp
- python_binding/operator/pybind_BatchNorm.cpp 3 additions, 2 deletionspython_binding/operator/pybind_BatchNorm.cpp
- python_binding/operator/pybind_Concat.cpp 3 additions, 2 deletionspython_binding/operator/pybind_Concat.cpp
- python_binding/operator/pybind_Conv.cpp 2 additions, 1 deletionpython_binding/operator/pybind_Conv.cpp
- python_binding/operator/pybind_ConvDepthWise.cpp 3 additions, 2 deletionspython_binding/operator/pybind_ConvDepthWise.cpp
- python_binding/operator/pybind_FC.cpp 3 additions, 2 deletionspython_binding/operator/pybind_FC.cpp
- python_binding/operator/pybind_Gather.cpp 4 additions, 3 deletionspython_binding/operator/pybind_Gather.cpp
include/aidge/backend/cpu/data/GetCPUPtr.h
0 → 100644
This diff is collapsed.