Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cyril Moineau
aidge_core
Graph
8f021379f166168eb324e8331081e402b9b6915f
Select Git revision
Branches
20
Add_GlobalAveragePooling
ImproveRemoveFlatten
add_clipping_node
allowNoInputProducer
backend_export
copytape
createUniqueName
dataProvider_setBackend
dev
enable_custom_op
feat/DataTypes
feat/GraphInterpreter
feat/RefGetImpl
feat/SplitConv
feat/TensorCopy
feat/formatting
featTokenGraphRegex
fix
fixGraphRegexUnique
fixMain
Tags
5
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Nov
27
24
23
22
21
20
17
16
15
14
13
10
9
8
7
30
Oct
27
26
25
24
23
20
19
18
17
16
13
12
11
10
9
6
5
4
3
2
29
Sep
28
27
26
25
24
22
21
20
19
18
15
14
13
12
11
8
7
6
5
4
1
31
Aug
30
29
28
24
23
21
9
8
7
4
3
2
1
Merge branch 'main' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into vit_operators
[FIX] fixing sign issues
[DSGN] changing again inclusion order between Tensor and TensorImpl in order to simplify usage
Merge branch 'main' into DevONNX
Fixed bug
Improved graph visualization
Add Pad operator to python binding.
[Upd] Conv and ConvDepthWise tests
[Fix] Conv and ConDepthWise computeReceptiveField() memeber function
Fix Parser destructors inline error and remove 'using namespace' from cpp files
Add binding for get_micro_graph method of MetaOperator.
Fixed tests
Fixed many issues, still not working
[WIP] uncomment 'computeReceptiveField()' member function
Merge branch 'OperatorTensor' into 'main'
Update Node.hpp. Remove unused 'setInput()'.
include new operators headers
add axis attr to Softmax
add RemoveDropout recipe
[Rmv] inline destructor error, fix code quality in GraphView
Untested PoC
[Fix] wrong class
Add 'template' keyword to template functions
[Fix] place 'outputDimsForwarded' python binding in 'Aidge::OperatorTensor' file
[Fix] missing 'template' keyword prior to dependent template name 'dims'
fix GraphRegex test and update OperatorTensor output functions for Identity operator
Merge remote-tracking branch 'origin/main' into OperatorTensor
GraphGraphViewInterpreter class use to convert GraphRegex into GraphView
[Fix] leave setBackend() member function in Concat_Op
Update python binding and tests
Update tests and some files
Multiple changes
Change parent class from Operator to OperatorTensor
[Fix] set FC/ConvDepthWise parameter sizes at construction by adding the number of input channels in construction parameters
Custom computeOutputDims() for Pow, Div, Mul, Sub operators
[Fix] Datatype to DataType everywhere
Replace input()/output() by setInput()/setOutput()
Merge branch aidge_core:main into vit_operators
Merge branch 'FixMetaOperator' into 'main'
[FIX] MetaOperator output was badly linked to its children.
Loading