Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_quantization
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_quantization
Graph
fix_backend
Select Git revision
Branches
20
74-gathering-quantization-result-on-resnet18-mobilenetv2
DevQAT
add_matmul
dev
protected
fix_backend
fix_nan
improvements
lsq_unit_test
main
default
protected
minor_fix
no_bn_flag
onnxq
op_renaming
qat
quantizer_only
quantizer_only_ptq
revert-4ca11b6e
rounding_modes
stable
test_LeNet
Tags
7
v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.2
v0.1.1
v0.1.0
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Apr
29
28
22
18
17
16
15
11
10
4
3
2
31
Mar
28
27
25
20
19
18
17
16
14
12
11
6
5
4
3
28
Feb
27
24
21
20
19
17
14
13
12
11
10
7
6
5
4
1
31
Jan
30
29
28
27
22
21
19
17
15
13
8
6
3
2
20
Dec
18
17
13
12
11
9
5
4
29
Nov
28
26
25
13
31
Oct
30
23
16
9
8
7
4
3
2
27
Sep
26
23
18
9
6
5
4
3
2
30
Aug
23
22
9
8
6
5
2
31
Jul
30
29
26
25
24
23
22
19
18
16
12
8
3
1
28
Jun
20
19
12
11
10
7
27
May
23
22
21
14
13
6
2
29
Apr
24
17
8
5
28
Mar
8
24
Jan
19
18
22
Nov
15
14
24
Oct
23
6
4
25
Sep
22
21
14
5
4
29
Aug
24
23
22
21
11
8
5
4
3
Update pyproject.toml with search path to debug locally.
dev
dev
Update build dependencies.
udpate cibuildwheel_build_deps_before_build_wheel.sh.
Update manylinux image used by CIBW to manylinux 2.28.
Specialized release pipeline to build only CPU wheels.
Add option -DPYBIND11_FINDPYTHON=ON.
Update Python min version to 3.10
handle halfway rounding modes + scaling factor setter
rounding_modes
rounding_modes
Adding quantizer python binding
Update 0.3.1 -> 0.4.0
v0.4.0
v0.4.0
Merge branch 'quantizer_only_ptq' into 'dev'
Fix typo
quantizer_only_…
quantizer_only_ptq
Clean gitlabci file
Update gitlabci to use previously defined beofre_script and update gitignore to remove quantization_version.h
remove deprecated code (+ minor changes)
Merge branch 'dev' into 'quantizer_only_ptq'
update the unit test
minor changes
rename the Quantizer tags
replace 'BaseQuantizer' with 'Quantizer'
rewrite the PTQMetaOps.hpp documentation
integrate castQuantizedNetwork()
rework castQuantizedNetwork() (+ edit replaceScalingWithBitShift())
add castQuantizerIOs() + complete castQuantizedNetwork()
Fixed attributes cloning
add removeRound() + draft castQuantizedNetwork()
rewrite appendRoundClip() + draft replaceScalingWithBitShift()
minor changes
folding of the producer's quantizers
remove unused version of computeRanges()
better for-loops over maps
replace 'isScaling' with 'isActivationScaling'
fix the CLE
remove insertRoundBelowProducer() + minor changes
fix appendRoundClip() (associateInput/associateOutput)
ptq rework (single-shift related functions)
Merge branch 'version_update' into 'dev'
Update Pybind 2.10.4 -> 2.13.6
wip (mainly appendRoundClip)
Merge branch 'quantization_cast' into 'dev'
Loading