Commits on Source (24)
-
Olivier BICHLER authored916f1ef6
-
Olivier BICHLER authoredbc968b89
-
Olivier BICHLER authored984eaa14
-
Olivier BICHLER authored6d67e92e
-
Olivier BICHLER authoredf321b1d9
-
Olivier BICHLER authored8f898132
-
Olivier BICHLER authored8aefb366
-
Olivier BICHLER authoredb95c27d9
-
Olivier BICHLER authored
Implement resetConsummerProducer() for meta op See merge request !151
b3d5b86e -
317e7a27
-
Cyril Moineau authoredee28e275
-
Cyril Moineau authored
Fix renaming node with no name See merge request !150
a52c1a20 -
Olivier BICHLER authoredee4658d9
-
Olivier BICHLER authored7291cdb6
-
Olivier BICHLER authorede9e0122f
-
Olivier BICHLER authoredb7a41332
-
Olivier BICHLER authoreda830a77d
-
Olivier BICHLER authored
Im2col See merge request !153
db2365b6 -
Olivier BICHLER authored56ec4927
-
Olivier BICHLER authoredb2af0b56
-
Olivier BICHLER authored
Fix softmax binding See merge request !156
63779e04 -
Maxence Naud authored5a62267c
-
Maxence Naud authorededc2e9f0
-
Maxence Naud authored
Chore_26_compare-layer-import-export-onnx See merge request !157
956bb3f0
Showing
- include/aidge/data/Tensor.hpp 22 additions, 0 deletionsinclude/aidge/data/Tensor.hpp
- include/aidge/graph/GraphView.hpp 11 additions, 4 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/operator/Fold.hpp 143 additions, 0 deletionsinclude/aidge/operator/Fold.hpp
- include/aidge/operator/MetaOperator.hpp 1 addition, 0 deletionsinclude/aidge/operator/MetaOperator.hpp
- include/aidge/operator/Unfold.hpp 146 additions, 0 deletionsinclude/aidge/operator/Unfold.hpp
- include/aidge/recipes/Recipes.hpp 7 additions, 0 deletionsinclude/aidge/recipes/Recipes.hpp
- include/aidge/utils/ArrayHelpers.hpp 7 additions, 0 deletionsinclude/aidge/utils/ArrayHelpers.hpp
- python_binding/data/pybind_Tensor.cpp 3 additions, 1 deletionpython_binding/data/pybind_Tensor.cpp
- python_binding/operator/pybind_Softmax.cpp 1 addition, 1 deletionpython_binding/operator/pybind_Softmax.cpp
- src/graph/GraphView.cpp 12 additions, 6 deletionssrc/graph/GraphView.cpp
- src/graph/Node.cpp 1 addition, 1 deletionsrc/graph/Node.cpp
- src/operator/Fold.cpp 67 additions, 0 deletionssrc/operator/Fold.cpp
- src/operator/MatMul.cpp 1 addition, 1 deletionsrc/operator/MatMul.cpp
- src/operator/MetaOperator.cpp 14 additions, 0 deletionssrc/operator/MetaOperator.cpp
- src/operator/Reshape.cpp 2 additions, 4 deletionssrc/operator/Reshape.cpp
- src/operator/Slice.cpp 5 additions, 4 deletionssrc/operator/Slice.cpp
- src/operator/Unfold.cpp 107 additions, 0 deletionssrc/operator/Unfold.cpp
- src/recipes/ConvToMatMul.cpp 114 additions, 0 deletionssrc/recipes/ConvToMatMul.cpp
- unit_tests/recipes/Test_ConvToMatMul.cpp 39 additions, 0 deletionsunit_tests/recipes/Test_ConvToMatMul.cpp
include/aidge/operator/Fold.hpp
0 → 100644
include/aidge/operator/Unfold.hpp
0 → 100644
src/operator/Fold.cpp
0 → 100644
src/operator/Unfold.cpp
0 → 100644
src/recipes/ConvToMatMul.cpp
0 → 100644
unit_tests/recipes/Test_ConvToMatMul.cpp
0 → 100644