Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aidge_export_tensorrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Nathan Thoumine
aidge_export_tensorrt
Commits
0813465c
Commit
0813465c
authored
1 year ago
by
Nathan Thoumine
Browse files
Options
Downloads
Patches
Plain Diff
Deleted unusued variables
parent
93c0843e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aidge_export_tensorrt/static/tensorrt_8.6/include/Graph.hpp
+0
-4
0 additions, 4 deletions
aidge_export_tensorrt/static/tensorrt_8.6/include/Graph.hpp
with
0 additions
and
4 deletions
aidge_export_tensorrt/static/tensorrt_8.6/include/Graph.hpp
+
0
−
4
View file @
0813465c
...
@@ -89,10 +89,6 @@ class Graph {
...
@@ -89,10 +89,6 @@ class Graph {
std
::
vector
<
void
*>
_iobuffer
;
std
::
vector
<
void
*>
_iobuffer
;
// Stream
// Stream
cudaStream_t
_stream
{
nullptr
};
cudaStream_t
_stream
{
nullptr
};
// Path to the folder containing samples that your calibration will be built on
std
::
string
_calibPath
;
// Path to the calibration cache to load / save your calibration data
std
::
string
_cachePath
;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment