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
Iterations
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
Eclipse Projects
aidge
aidge_core
Graph
b95ae24481376904ad2a18b8af8fc1f7f9b2f8de
Select Git revision
Branches
20
ForwardDtype
add_clipping_node
add_metaops_bwd
chore_clean-node-and-graphview
chore_move_broadcasting_to_core
copytape
custom_pybind
dataProvider_setBackend
dev
protected
experiment_with_pipeline
experimental
feat/formatting
feat_aidge197_namespaces
feat_benchmark
feat_enhance_operator_resize_support
feat_hw_model
fit_fmt
fix
protected
fixGraphRegexUnique
fix_cast
Tags
10
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1.0
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Sep
9
8
5
4
3
2
30
Aug
29
28
27
26
23
22
20
18
14
13
9
8
7
6
1
31
Jul
30
26
24
23
22
19
18
17
16
15
12
11
10
9
8
5
4
3
2
1
30
Jun
28
27
26
25
24
23
21
20
19
18
14
13
12
11
10
9
7
6
5
4
3
1
31
May
30
29
28
26
24
23
22
21
19
18
17
16
15
14
13
10
7
6
Clean code
Added Operator::getAvailableBackends()
Merge branch 'feat/operator_squeeze_operator_unsqueeze' into 'dev'
chore : cleanup aidge_core exclude pkg list
chore : added documentation + cleaned up prints
[MIN] added name as param to op args to allows giving name to created graphview
chore : sorted pybind operator list
feat : unsqueeze operator
feat : operator squeeze
Merge branch 'fix_cppcheck' into 'dev'
Update Python includes.
Update main.jinja to print output regardless of datatype.
Add include of forward header in forward.cpp jinja template.
Add generate_input_files function in aigde_core.
Remove trailing comma at the end of parameter list for MACRO
Move MACRO out of namespace 'Aidge'
make const value to const ref parameters
remove find() call before emplace() in map as a search is already performed in the function
Hotfix for DataProvider default argument binding
Do not addAttr with any!
Handling of conflicts
Add getAttrs() and attributes() for meta op
Hotfix: missing check in scheduler
Merge branch 'dev' into backend_export
Merge branch 'ImproveRemoveFlatten' into 'dev'
Applied proposed change in https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/merge_requests/189#note_2814405.
Update remove flatten tests.
Fixed GraphMatching
Remove old GraphRegex to use new GraphMatching in unit test.
Remove Flatten now use new graphmatching + remove Flatten beofre MatMul + remove multiple Flatten.
Merge branch 'dev' into backend_export
Merge branch 'fix_output' into 'dev'
Fixed unit test
Allow to specify any node as graph outputs
Merge branch 'dev' into backend_export
Hotfix to add default arguments to ReduceMean
Improve readability by mutualizing variables in a higher scope.
Fix typo, NodeExport was not using is_input and is_output
Hotfix for #160
Fixed changes from dev
Loading