Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
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_core
Merge requests
!9
Fuse bn
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fuse bn
fuseBN
into
main
Overview
31
Commits
31
Pipelines
18
Changes
28
Merged
Cyril Moineau
requested to merge
fuseBN
into
main
1 year ago
Overview
21
Commits
31
Pipelines
18
Changes
28
Expand
Fix Add + Mul recipies
Add fuseBN recipies
Fix parameters issue
#8 (closed)
Update tensor to get/set values
Add approxEq Tensor utils method to check if two tensor are approximatly equals
Update the way scheduler is updated
Add unit test for:
fuse Add + Mul
remove padding
Add unit test for fuseBN recipies (TODO in aidge_backend_cpu because of dependancie to the backend for the test)
Edited
1 year ago
by
Maxence Naud
0
0
Merge request reports
Compare
main
version 17
d2d94507
1 year ago
version 16
4f141900
1 year ago
version 15
d3dbe179
1 year ago
version 14
2f181c25
1 year ago
version 13
811b7e16
1 year ago
version 12
cf344748
1 year ago
version 11
eb8bda50
1 year ago
version 10
5946998f
1 year ago
version 9
5fc900c6
1 year ago
version 8
9cabcb41
1 year ago
version 7
5a104feb
1 year ago
version 6
f8a49175
1 year ago
version 5
6682b885
1 year ago
version 4
ec958ea7
1 year ago
version 3
53f2e8b8
1 year ago
version 2
6dbe2ca8
1 year ago
version 1
de13e1c9
1 year ago
main (base)
and
latest version
latest version
88323891
31 commits,
1 year ago
version 17
d2d94507
30 commits,
1 year ago
version 16
4f141900
29 commits,
1 year ago
version 15
d3dbe179
28 commits,
1 year ago
version 14
2f181c25
27 commits,
1 year ago
version 13
811b7e16
24 commits,
1 year ago
version 12
cf344748
23 commits,
1 year ago
version 11
eb8bda50
20 commits,
1 year ago
version 10
5946998f
18 commits,
1 year ago
version 9
5fc900c6
17 commits,
1 year ago
version 8
9cabcb41
16 commits,
1 year ago
version 7
5a104feb
15 commits,
1 year ago
version 6
f8a49175
14 commits,
1 year ago
version 5
6682b885
13 commits,
1 year ago
version 4
ec958ea7
10 commits,
1 year ago
version 3
53f2e8b8
9 commits,
1 year ago
version 2
6dbe2ca8
7 commits,
1 year ago
version 1
de13e1c9
6 commits,
1 year ago
28 files
+
797
−
153
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/build.gitlab-ci.yml
+
2
−
0
Options
@@ -27,6 +27,8 @@ build:ubuntu_python:
-
python3 -m pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
# Numpy dependancy for unit test
-
python3 -m pip install numpy
-
export AIDGE_INSTALL=`pwd`/install
-
python3 -m pip install .
artifacts
:
Loading