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
a4c970ffe9c0d99c101385ae19e35f7d5ae598dd
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
18
Feb
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
Fixed tests to work with revamped Scheduler
Fixed Memorize and Pop implementations
Merge branch 'matmul_rework' of gitlab.eclipse.org:hrouis/aidge_backend_cpu into matmul_rework
Improve names of TensorImpl tests
[Upd] MatMul kernel test to handle more cases and add random matrices multiplications tests
Rework MatMul kernel
fix matmul to support more matrix shapes
remove matmul attrs and update kernel
Merge branch 'dataloader' into 'dev'
Merge branch 'QualityOfLife' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cpu into QualityOfLife
Add back include to TensorImpl.
Move test related to Tensor cpu.
Move tensor cpu to core.
[Upd] backward test in Test_Scheduler.cpp
[Add] backward kernel for ReLU, LeakyReLU & Producer
Merge branch 'dev' into scheduler_backprop
Merge branch 'dev' into broadcasting
Working LSTM with any sequence length
First working version of LSTM inference
Improve names of TensorImpl tests
Merge branch 'matmul_rework' of gitlab.eclipse.org:hrouis/aidge_backend_cpu into matmul_rework
[Upd] MatMul kernel test to handle more cases and add random matrices multiplications tests
Rework MatMul kernel
Merge branch 'dev' into dataloader
Update TensorImpl constructor to take the tensor dimensions instead of the number of elements.
Fixed unit test with new version of Scheduler
Fixed typo
Add back include to TensorImpl.
Added LSTM example (not tested yet with actual values)
cleanup MatMul forward kernel
Merge branch 'dev' into matmul_rework
Merge branch 'vit_operators' into 'dev'
Fix convertion error
[Add] small optimization
[Fix] ReduceMean operator forward kernel with refactor
[Upd] Scheduler unit_test for 'backward()'
Added Tanh and Sigmoid operators
Add tag to ReduceMean test
[WIP][NF] Start fixing ReduceMean forward kernel memory leak
merge dev into dataloader
Loading