Commits on Source (23)
-
Olivier BICHLER authoredd6f3b1c6
-
Olivier BICHLER authoredda2a7e8f
-
Olivier BICHLER authored75daa0db
-
Olivier BICHLER authoredf7b58554
-
Olivier BICHLER authored499196e8
-
Olivier BICHLER authoredd59933a7
-
Olivier BICHLER authored1c612b18
-
Olivier BICHLER authored2dd34286
-
Olivier BICHLER authoreda2aac52e
-
Olivier BICHLER authored19ef24a0
-
Olivier BICHLER authored96297a84
-
Olivier BICHLER authored3fa70a29
-
Olivier BICHLER authored53bdb571
-
Olivier BICHLER authored55825145
-
Olivier BICHLER authored87ce7424
-
Olivier BICHLER authoredd22dd735
-
Olivier BICHLER authored2d586688
-
Maxence Naud authoredcae06e01
-
Maxence Naud authored790cc0d0
-
Maxence Naud authoredeaaeeb9d
-
Olivier BICHLER authored1ad5bd25
-
Maxence Naud authored5de72b4e
-
Maxence Naud authored
GraphView cloning proposal + labelGraph proof of concept See merge request !8
a0c3eb14
Showing
- include/aidge/backend/OperatorImpl.hpp 2 additions, 0 deletionsinclude/aidge/backend/OperatorImpl.hpp
- include/aidge/graph/GraphView.hpp 31 additions, 0 deletionsinclude/aidge/graph/GraphView.hpp
- include/aidge/graph/Node.hpp 49 additions, 0 deletionsinclude/aidge/graph/Node.hpp
- include/aidge/operator/Add.hpp 27 additions, 3 deletionsinclude/aidge/operator/Add.hpp
- include/aidge/operator/AvgPooling.hpp 23 additions, 2 deletionsinclude/aidge/operator/AvgPooling.hpp
- include/aidge/operator/BatchNorm.hpp 23 additions, 2 deletionsinclude/aidge/operator/BatchNorm.hpp
- include/aidge/operator/Conv.hpp 23 additions, 2 deletionsinclude/aidge/operator/Conv.hpp
- include/aidge/operator/ConvDepthWise.hpp 23 additions, 2 deletionsinclude/aidge/operator/ConvDepthWise.hpp
- include/aidge/operator/FC.hpp 23 additions, 2 deletionsinclude/aidge/operator/FC.hpp
- include/aidge/operator/GenericOperator.hpp 67 additions, 5 deletionsinclude/aidge/operator/GenericOperator.hpp
- include/aidge/operator/LeakyReLU.hpp 22 additions, 0 deletionsinclude/aidge/operator/LeakyReLU.hpp
- include/aidge/operator/Matmul.hpp 23 additions, 2 deletionsinclude/aidge/operator/Matmul.hpp
- include/aidge/operator/MaxPooling.hpp 22 additions, 0 deletionsinclude/aidge/operator/MaxPooling.hpp
- include/aidge/operator/MetaOperator.hpp 19 additions, 0 deletionsinclude/aidge/operator/MetaOperator.hpp
- include/aidge/operator/Operator.hpp 10 additions, 0 deletionsinclude/aidge/operator/Operator.hpp
- include/aidge/operator/Producer.hpp 23 additions, 3 deletionsinclude/aidge/operator/Producer.hpp
- include/aidge/operator/ReLU.hpp 21 additions, 0 deletionsinclude/aidge/operator/ReLU.hpp
- include/aidge/operator/Scaling.hpp 23 additions, 1 deletioninclude/aidge/operator/Scaling.hpp
- include/aidge/operator/Softmax.hpp 21 additions, 0 deletionsinclude/aidge/operator/Softmax.hpp
- include/aidge/recipies/LabelGraph.hpp 35 additions, 0 deletionsinclude/aidge/recipies/LabelGraph.hpp
include/aidge/recipies/LabelGraph.hpp
0 → 100644