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
2798805924c492835a05e3aacd78423dbacc0be5
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
15
Jul
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
3
2
1
30
Apr
29
26
25
24
23
22
21
19
18
17
16
15
11
10
9
8
5
3
2
1
30
Mar
29
28
27
Merge branch 'dev' into feat/release_pip
chore : added include version in aidge_core
chore : added copyrights
chore : moved run_command in aidge_core/utils.py
fix : missing cwd argument to run_command call
fix : pylint mimimum version 3.7
Apply 1 suggestion(s) to 1 file(s)
feat : enhanced test to allow printing stdout & stderr of subprocess calls.
fix: created BUILD_DIR constant + coverage needs test
fix : check is now done without exception
fix : build dir rm before test
Add exportable function to check if a node is exportable instead of having complicated keys in registry.
Fix circular import issues.
Add basic export registry system.
Add back data format when chosing how to retrieve nb chan ...
Merge branch 'user/cguillon/dev/log-no-color' into 'dev'
[Log] Add possibility to disable colorization of log outputs
Merge branch 'user/cguillon/dev/dtype-enums' into 'dev'
[DataType] Complete python binding to map all dtype values
Merge branch 'attr_ns' into 'dev'
Merge branch 'dev' into attr_ns
Fix issue that may be related to #142
Added minor tests
Merge branch 'inc_connector' into 'dev'
Added handling of None
Merge branch 'user/cguillon/dev/unit-test-seed' into 'dev'
fix : replaced unused var call
chore: upd .gitignore
[UnitTest] Make unit tests deterministic with fixed seed
Merge branch 'chore_setOutput-should-be-const' into 'dev'
fix : removed unused variable
chore : testung disabling the windows release
chore : upd ci files ref branch
Add NodeExportCpp to specify NodeExport and how to generate forward and node definition.
propagate setOutput changes to pybind
Merge branch 'chore_setOutput-should-be-const' of gitlab.eclipse.org:eclipse/aidge/aidge_core into chore_setOutput-should-be-const
Merge branch 'dev' into attr_ns
Fixed case issue
Removed attribute naming convention change between C++ and Python and use snake everywhere
Update 'Operator::setOutput()' and overrides to be const
Loading