Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_export_tensorrt
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_tensorrt
Graph
dev
Select Git revision
Branches
5
dev
protected
dev_v0
dev_v1
fix
main
default
protected
Tags
2
0.2.1
v0.1.0
7 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
Jul
15
24
Jun
5
May
11
Apr
28
Aug
22
Jul
18
17
9
Apr
5
4
28
Mar
27
Feb
7
6
5
2
1
31
Jan
29
26
24
9
8
19
Dec
18
14
1
29
Nov
21
16
26
Sep
add .gitlab-ci.yml
dev main
dev main
feat: add unit tests and integration tests
feat: add support for TensorRT 10.10
Update 0.2.0 -> 0.2.1
0.2.1
0.2.1
Add empty tests.
Merge branch 'doxy' into 'main'
add general graph class description
move doc to header
Update Graph.cpp by explaining initialize function
Update Graph.cpp by explaining calibration cache
explain initialize
fix typo
specify calibration folder organization
Explain calibration and calibration cache
Specify expected file extension
add docstring for user functions
add Doxygen documentation to Graph.cpp
test doxygen Graph.cpp
Merge branch 'updatedoc' into 'master'
remove docstring test
Add a table to show the possibilities the Makefile offers.
remove unnecessary line
update REAME for more detailed instructions
update version -> 0.2.0
Merge branch 'quantif' into 'master'
Deleted unusued variables
Add assertion for the number of dimensions
Implement support for multi-dimensional objects
Allow users to choose batch_size
Fix typo
Fix default calibration folder / cache
Merge branch 'quantif' of gitlab.eclipse.org:nthm/aidge_export_tensorrt into quantif
Move cache and calibrate path to calibrate()
Fix BatchStream.hpp initialization
Raise an error if the calibration file is smaller than the expected input size
Correct data loading in _fileBatch array within BatchStream.hpp
Fix file name to exclude from nbCalibFiles count
Add data.info file in calibration folder to provide input dimensions for BatchStream
Set the number of calibration files based on the number of files in the calibration folder
Add option to choose calibration folder and cache file
Loading