Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu
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
Charles Villard
aidge_backend_cpu
Graph
feat/TensorCopy
Select Git revision
Branches
20
5-arithmetic-operator-optimization
add_clipping_node
allowNoInputProducer
arithmetic_op_optimization
chore_move_broadcasting_to_core
convert
dev
feat/DataTypes
feat/ImprovedBuild
feat/RefGetImpl
feat/SplitConv
feat/TensorCopy
feat/operator_constantofshape
feat_enhance_operator_resize_support
fix_globalavgpool
learning
main
default
protected
refactor/AccessStorage
refactor/TensorPIMPL
sqrt_operator
Tags
6
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
26 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Mar
25
24
22
20
18
15
14
13
11
8
6
5
4
2
27
Feb
26
23
20
19
18
16
15
14
13
12
9
8
7
6
5
2
1
31
Jan
30
26
25
24
23
18
16
15
12
11
10
8
5
4
21
Dec
20
18
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
24
23
22
21
17
16
15
13
10
8
7
30
Oct
27
26
24
23
20
19
18
17
16
13
12
11
10
9
6
5
4
3
2
29
Sep
28
26
25
22
21
20
18
15
14
12
7
5
4
1
31
Aug
29
23
9
8
4
3
2
1
Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cpu into learning
learning
learning
Merge branch 'learning' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cpu into learning
Upd unit-test for SequentialScheduler::backward() member function
Upd FC, Pow, Sqrt implementation arguments
Merge branch 'learning' into scheduler_backprop
Merge remote-tracking branch 'origin/dev' into scheduling
Changed version in preparation for next release
Remove template from ReduceMeanImpl and fix type in kernel
Change ReduceMean attribute 'axes' from static array to dynamic vector
[Add][Unit-Test] operator+,-,*,/ of Tensor
Clean some impl.cpp files
Add operator implementation name to each operator
Remove template from ReduceMeanImpl and fix type in kernel
Change ReduceMean attribute 'axes' from static array to dynamic vector
[Add][Unit-Test] operator+,-,*,/ of Tensor
Clean some impl.cpp files
Add operator implementation name to each operator
Merge branch 'ConvNoBias' into 'dev'
Added constantFolding test
fix : corrected tests + minor refactors & missing include
Updated C-P model to work with both data and tokens
Update Conv & ConvDW to handle noBias parameter.
Scheduler refactor
chore : removed mem leak in unit test.
Merge branch 'feat/support_ASAN' into feat/operator_globalAveragePooling
Merge remote-tracking branch 'EclipseRepo/dev' into feat/support_ASAN
fix : removed set() since asan is now supported + friendly build log
Feat : add ASAN support
Merge remote-tracking branch 'EclipseRepo/dev' into feat/operator_globalAveragePooling
Merge branch 'memorize' into 'dev'
Fixed batchSize for unidimensional inputs
Commented pragma
Merge branch 'dev' into memorize
Merge branch 'memorize' into feat/operator_globalAveragePooling
chore : removed dead code
Merge branch 'bugfix-6-divimpl-forward' into 'dev'
feat : TESTING - added groundtruth tests with pytorch values and benchmarking
feat : added GlobalAveragePooling operator implementation with first tests
Switch contiguous local variable comparison with 0 and array access to avoid seg fault
Fixed typo
Loading