Commits on Source (35)
-
Maxence Naud authored
Merge branch 'dev' into 'main' Closes #190 See merge request !318
95515474 -
2dcc7e76
-
451ac9e9
-
d0ee078d
-
fe598818
-
dc82c0f5
-
cab99651
-
3ce55d06
-
Maxence Naud authored
Fix log See merge request !326 (cherry picked from commit e068a93f) 9b70101b Fix #228 Co-authored-by:
Maxence Naud <maxence.naud@cea.fr>
c5a91f3b -
Maxence Naud authored
Merge branch 'FixLog' into 'dev' See merge request !327
53e848ad -
4e75c3ea
-
f887893a
-
Maxence Naud authored
[Fix] Log no wrap for Path See merge request !329
cfd906e6 -
Cyril Moineau authoredbb7052a5
-
Maxence Naud authored
Fix connector with optional data See merge request !330
559515d3 -
Maxence Naud authored
[Upd] Patch v0.5.0 -> v0.5.1 Closes #232, #228, and aidge#243 See merge request !325
094e3628 -
Maxence Naud authored4e3bce3f
-
09583aa5
-
e98f9c20
-
Maxence Naud authored
Add a Backward Pass for the MetaOperators See merge request !328
5238c2bc -
5362d0ee
-
Cyril Moineau authored
Add decorator for dynamic type check of functions parameters in Python. See merge request !331
22f04038 -
Olivier BICHLER authored1de56521
-
Olivier BICHLER authoreddc1fe726
-
Olivier BICHLER authored37355ba9
-
Olivier BICHLER authoredd456e979
-
Olivier BICHLER authored4057db9e
-
Olivier BICHLER authored
Implement proposal in #212 See merge request !334
6de11c4b -
3d892e42
-
c3acda68
-
0616ef1d
-
0782ece3
-
39e21343
-
49f938e9
-
Olivier BICHLER authored
fix failed onnx tests See merge request !311
cb7ee7d5
Showing
- CHANGELOG 3 additions, 1 deletionCHANGELOG
- aidge_core-config.cmake.in 1 addition, 1 deletionaidge_core-config.cmake.in
- aidge_core/static_analysis.py 4 additions, 2 deletionsaidge_core/static_analysis.py
- aidge_core/utils.py 105 additions, 0 deletionsaidge_core/utils.py
- include/aidge/aidge.hpp 1 addition, 0 deletionsinclude/aidge/aidge.hpp
- include/aidge/graph/Node.hpp 0 additions, 11 deletionsinclude/aidge/graph/Node.hpp
- include/aidge/operator/AvgPooling.hpp 84 additions, 31 deletionsinclude/aidge/operator/AvgPooling.hpp
- include/aidge/operator/Equal.hpp 82 additions, 0 deletionsinclude/aidge/operator/Equal.hpp
- include/aidge/operator/MaxPooling.hpp 29 additions, 9 deletionsinclude/aidge/operator/MaxPooling.hpp
- include/aidge/operator/MetaOperator.hpp 2 additions, 10 deletionsinclude/aidge/operator/MetaOperator.hpp
- include/aidge/operator/MetaOperatorDefs.hpp 33 additions, 16 deletionsinclude/aidge/operator/MetaOperatorDefs.hpp
- include/aidge/operator/Operator.hpp 1 addition, 1 deletioninclude/aidge/operator/Operator.hpp
- python_binding/operator/pybind_AvgPooling.cpp 21 additions, 4 deletionspython_binding/operator/pybind_AvgPooling.cpp
- python_binding/operator/pybind_Equal.cpp 34 additions, 0 deletionspython_binding/operator/pybind_Equal.cpp
- python_binding/operator/pybind_Flatten.cpp 50 additions, 0 deletionspython_binding/operator/pybind_Flatten.cpp
- python_binding/operator/pybind_MaxPooling.cpp 10 additions, 1 deletionpython_binding/operator/pybind_MaxPooling.cpp
- python_binding/operator/pybind_MetaOperatorDefs.cpp 257 additions, 18 deletionspython_binding/operator/pybind_MetaOperatorDefs.cpp
- python_binding/pybind_core.cpp 4 additions, 0 deletionspython_binding/pybind_core.cpp
- src/backend/OperatorImpl.cpp 0 additions, 7 deletionssrc/backend/OperatorImpl.cpp
- src/graph/GraphView.cpp 36 additions, 1 deletionsrc/graph/GraphView.cpp
include/aidge/operator/Equal.hpp
0 → 100644
python_binding/operator/pybind_Equal.cpp
0 → 100644
python_binding/operator/pybind_Flatten.cpp
0 → 100644
This diff is collapsed.