Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_export_arm_cortexm
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_arm_cortexm
Graph
98cb46ab2ac23cfecfddd9d6e1c7bad2f8a7c7dd
Select Git revision
Branches
5
AddDocstring
dev
protected
fix
lowbit
main
default
protected
Tags
4
v0.1.2
v0.1.1
v0.1.0
v0.0.1
9 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Apr
4
31
Mar
31
Jan
2
20
Dec
16
13
12
9
6
5
21
Nov
23
Oct
22
11
10
7
27
Sep
26
25
24
23
13
11
4
3
29
Aug
27
26
21
30
Jul
25
24
23
1
27
Jun
26
12
5
4
24
May
14
7
17
Apr
8
Feb
24
Jan
22
[Chore] Typos
dev
dev
[Fix] Use new add_kernel_to_copy() function
Fix FC needed nn_scaling_functions.
Quick fix dev by reverting changes on Macs and completing configuration of FC/Conv and Pooling.
upd: version 0.1.1 -> 0.1.2
v0.1.2 lowbit m…
v0.1.2 lowbit main
Fix import of ROOR symbol
UPD: version 0.1.0 -> 0.1.1
v0.1.1
v0.1.1
UPD: version 0.1.0 -> 0.1.1
Merge branch 'RemoveSCM' into 'dev'
Merge branch 'low_bit_support' into 'dev'
Rename "custom" into "Lowbit"
solve conflict
Merge branch 'dev' into low_bit_support
Update parameter.jinja
Add jinja templates
Add Implementations for low bit kernels
Add ExportNodeCpp classes registry for lowbit implementations
Update export registry with new tensor entries
Update export.py to include new F7 board, fix a typo & remove unecessary copy tree
Update typedefs with new custom datatypes
Add data conversion map for low bit datatypes
Add configuration files for STM32F7
Merge branch 'dev' into 'main'
v0.1.0
v0.1.0
Update export_arm_cortexm with https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/merge_requests/277
Merge branch 'fix_mobile_net_v1' into 'dev'
[fix] fix for the MR, changing sum_t by bias_t in ConvDW , removing conv_dw_config to reuse conv_config, fixing indent problem on softmax.c
[Fix] Fix for conv depthwise and softmax, mbnet-v1 now working
Fix export path.
Merge branch 'ExportTensorRegistration' into 'dev'
[fix] Backslash are not allowed in f-string in recent version of Python.
[fix] Renamed test file to run pipeline and produce artifact.
[fix] Remove tensor registration due to https://gitlab.eclipse.org/eclipse/aidge/aidge_core/-/commit/c1831eab74706b2956360d53e18c670b97c0db3d?merge_request_iid=259
Merge branch 'allowNoInputProducer' into 'dev'
Add ConvDW and Softmax to export.
Remove is_input and is_output from node_export.
Adapt forward to output nodes of exports being pointer of pointer.
Update concat operator, adding template for nb_inputs.
Remove old operators
Remove unused jinja.
Fix Slice and Concat code generation + Add inputs as const.
Loading