Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_export_cpp
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
Gallas Gaye
aidge_export_cpp
Graph
new_operator
Select Git revision
Branches
10
AddUnitTest
NewOperators
NodeExport
Pad2D
dev
feat_formatting
fix
main
default
protected
new_operator
softmax
Tags
6
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.0.1
16 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Mar
27
26
25
24
18
17
14
6
5
4
27
Feb
20
31
Jan
12
Dec
6
28
Nov
21
6
24
Oct
23
11
10
8
7
13
Sep
6
29
Aug
28
27
26
30
Jul
23
22
19
17
15
12
10
9
4
3
2
1
30
Jun
28
27
26
13
12
28
May
24
23
22
14
13
7
6
3
2
29
Apr
24
9
5
26
Mar
14
Feb
13
24
Jan
16
19
Dec
22
Nov
26
Oct
25
24
23
6
fixed warning in pooling
softmax
softmax
Added np.ones
Better Rand Function
working forward
Random tensor
Working on concat
fix: pad2d segfault
fix: batchnorm
feat: Unit_test don't have a random behaviour anymore (need to name all the node in a model or it may not export well)
fix: better number generator
feat: Added more tests
feat: batchnorm compiles
Add pad2d
feat: Added AvgPooling2D op
feat: Added concat op
add batchnorm2d
feat: add unit test for softmax
Add input/output type checking
fix: conv2D export failure when no biases given
new_operator
new_operator
chore: Refactor duplicate code in operators
fix: Add Matmul export operator back
feat: Add reshape export op
Add pad2d
Pad2D
Pad2D
feat: Softmax works in one dim
feat: Add softmax export boilerplate
Merge branch 'transpose_op' into 'dev'
now NB_DIMS is tezmplate's parameter
keep transpose in nhwc in operator.py, but need to be changed
Add transpose function for 4D tensors and related templates
fix : Error while exporting medium size graph (Missing and broken export operators)
NewOperators
NewOperators
Merge branch 'dev' into 'main'
v0.2.1 main
v0.2.1 main
UPD: version 0.2.0 -> 0.2.1
dev
dev
Update pyproject.toml to remove Python 3.7 and add Python 3.10, 3.11, 3.12, 3.13
Hotfix: source files were not included anymore
Fix import path + remove deprecated functions.
Update export_cpp with https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/merge_requests/277
Merge branch 'dev' into 'main'
v0.2.0
v0.2.0
Merge branch 'upd_version_0-2-0' into 'dev'
upd version 0.1.2 -> 0.2.0
Add unit test for FC layer.
AddUnitTest
AddUnitTest
Loading