Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
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
Axel Farrugia
aidge_backend_cpu
Graph
d111493246ae4835681c47510cb08031950b3790
Select Git revision
Branches
20
5-arithmetic-operator-optimization
FA2025_L2A1
add_clipping_node
arithmetic_op_optimization
backend_export
convert
dev
feat/DataTypes
feat/ImprovedBuild
feat/RefGetImpl
feat/SplitConv
feat/TensorCopy
feat/operator_constantofshape
feat_145_GridSample
fix_globalavgpool
learning
main
default
protected
refactor/AccessStorage
refactor/TensorPIMPL
sqrt_operator
Tags
5
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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
5
Mar
4
3
26
Feb
25
24
21
20
17
10
31
Jan
21
15
14
9
Dec
6
5
2
29
Nov
27
26
25
22
19
18
15
8
4
25
Oct
23
22
21
20
19
11
30
Sep
27
26
25
24
23
20
18
16
15
12
11
10
9
4
3
2
30
Aug
29
27
26
22
13
9
1
31
Jul
26
18
16
8
5
4
3
1
30
Jun
28
27
26
24
21
20
19
18
17
14
12
10
6
5
4
3
30
May
28
24
23
21
17
16
14
7
6
3
2
21
Apr
19
16
11
10
9
5
4
2
1
30
Mar
29
28
27
26
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
Updating cpu backend for bitshift with the new rounding attribute
FA2025_L2A1
FA2025_L2A1
Merged with dev
Fixed typo
Fix warnings by removing unused parameters in Add backward kernel
Fix warnings by removing unused parameters in Sub backward kernel
Add test and register Sub backward
Add an (unregistered) backward kernel function for Sub
[upd] tests following 'aidge_core' changes
[upd] ConstantOfShape kernel to use Tensor as inputs and avoid redundant size computation
Implement backward function of Add operator
Fix some imports following aidge_core update
remove unnecessary header in Equal tests
separate fwdDims tests section from fwd section
add ceil_mode tests for Avg and Max Pooling
handle ceil_mode in pooling kernels
add dilations and cielmode to AvgPooling
add dilations to maxpool
fix And operator
add Equal operator
Added /bigobj for unit tests on Windows
Implement backward function for Div operator
Merge branch 'dev' into select
Merge branch 'upd_ConstantOfShape' into 'dev'
[upd] tests following 'aidge_core' changes
[upd] ConstantOfShape kernel to use Tensor as inputs and avoid redundant size computation
Merge branch 'add-backward' into 'dev'
Implement backward function of Add operator
Merge branch 'fix_237-operator-attributes-consistency' into 'dev'
Fix some imports following aidge_core update
Renaming
Export OpenSSL dependency
Working concept of with tagConditionalNodes()
Working concept
Fixed missing include
Fixed typo
Add Mod
Merge branch 'fix_operators' into 'dev'
remove unnecessary header in Equal tests
separate fwdDims tests section from fwd section
add ceil_mode tests for Avg and Max Pooling
Loading