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
Iterations
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
Eclipse Projects
aidge
aidge_export_cpp
Graph
dev
Select Git revision
Branches
8
AddUnitTest
NodeExport
dev
protected
feat_formatting
feat_operator_reducemean
feat_speed_up_pad
fix
main
default
protected
Tags
8
v0.3.1
v0.3.0
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
20
May
18
15
14
13
12
7
28
Apr
23
22
18
17
15
14
4
31
Mar
28
17
5
4
27
Feb
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
Test export now clean successfull tests.
dev
dev
Update 0.3.0 -> 0.3.1
v0.3.1 main
v0.3.1 main
Fixed reshape
Fixed Transpose
Changed skip to expectedFailure
Fixed missing operators
Improve example script test to show stdout in failing cases.
Clean import in resnet18 script.
Add torch dep for tests.
Add aidge_quantization dependencie for tests.
Add aidge_onnx dependencie for tests.
Add unit test on example scripts.
Fix LeNet int8 export
Fix ResNet18 int8 export
Update gitignore to ignore GDB files.
feat : added ASAN compilation option to Makefile
feat_operator_r…
feat_operator_reducemean
feat : added Debug compilation option to makefile
feat : [ADD] operator reducemean
chore : updated test names to avoid redundancy in unittest calls
feat : speed up pad execution
feat_speed_up_pad
feat_speed_up_pad
Fix Hardmax export with new export style.
[Fix] Wrong operator name 2
[Fix] Wrong operator name
[Refactor] Adapt ConvDw to the new export system
[Refactor](R18) Adapt to new aidge_cmp flag system
[Chore](R18) Perform an inference to set the intermediate tensors to export
[Chore](R18) Round the tensor after rescaling
[Fix] Manually set the input after the quantzation step
[Fix] The normalize function was dividing by 0 when min == max
[Chore] Remove the LeakyReLU from the recipes as it is not yet supported by the export
[Refactor] Adapt the way to set the scaling attributes, datatypes and node names
[Refactor] get_node_from_metaop now returns a list of all operators found
[Chore] file name change
[Refactor] Adapt export scripts to the latest aidge_quantization update
[Fix] Exclude Clip producers
[Chore] get_node -> get_node_from_metaop
[Chore] Rename the softmax operator
[Chore] Add a get_node functions (aidge_core) to retrieve a node within a metaOp from its type
[Fix] Wrong MetaOps types for setting the weights and biases datatypes
[Feat] New operators registration system
Loading