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
19cdd7c7128b8211386d5ecf09f48e206c4a446c
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
24
Jun
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
26
25
24
22
21
20
19
18
15
13
12
11
9
8
7
6
Merge branch 'AidgeExport' into 'dev'
Merge branch 'dev' into AidgeExport
Removed debug print
Merge branch 'Fix_bias' into 'dev'
Added dropped code from previous commit
Better handle meta op
Add new bias node to weights node views
Corrected fix
Fix bias
Added CountIncludePad attribute
Merge branch 'dev' into AidgeExport
Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_core into HEAD
Added check of input category in GraphView::replace()
Fixed missing input in unit test
Added new input category system
Merge branch 'dev' of https://gitlab.eclipse.org/eclipse/aidge/aidge_core into dev
Hot fix of blocking issue for MR
Update FC export following change with outChannel moving out of attributes.
chore : added pytest as test optionnal dep
Fixed grad check
Merge branch 'dev' into AidgeExport
Update CMakeLists to remove dependency to CPU backend.
Merge branch 'FixFuseMulAdd' into 'dev'
Add unittest for aidge export.
Fix python unit test with fuse mul add changes.
Update Aidge export to take a graph view has an argument instead of a Scheduler has we do not need scheduled graph.
Bind Scheduler::graph_view() method.
Fix missing include in test.
Merge branch 'FixFuseMulAdd' of gitlab.eclipse.org:eclipse/aidge/aidge_core into FixFuseMulAdd
Removed missing impl
Fix unittest, to remove cases where implementation is required.
Fix typo, Transpose function was not removed from cpp.
Update fuseMulAdd to transpose the weight matrice if it is the first input of the MatMul.
Bind Operator::type() method.
Bind Tensor::capacity() method.
Remove unecessary include of Tensor.hpp.
Update registrar error to add typeid key.
Remove transpose operator as it is a duplicate of copyTranspose.
Move operator+-*/ in cpp file.
Fix unittest, to remove cases where implementation is required.
Loading