Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
19b1d363
Unverified
Commit
19b1d363
authored
May 09, 2022
by
Alex Yang
Committed by
GitHub
May 09, 2022
Browse files
[Fix] Incorrectly append items to __all__ (#1944)
parent
e70a318a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mmcv/tensorrt/__init__.py
mmcv/tensorrt/__init__.py
+2
-2
No files found.
mmcv/tensorrt/__init__.py
View file @
19b1d363
...
@@ -22,9 +22,9 @@ if is_tensorrt_available():
...
@@ -22,9 +22,9 @@ if is_tensorrt_available():
# load tensorrt plugin lib
# load tensorrt plugin lib
load_tensorrt_plugin
()
load_tensorrt_plugin
()
__all__
.
app
end
([
__all__
.
ext
end
([
'onnx2trt'
,
'save_trt_engine'
,
'load_trt_engine'
,
'TRTWraper'
,
'onnx2trt'
,
'save_trt_engine'
,
'load_trt_engine'
,
'TRTWraper'
,
'TRTWrapper'
'TRTWrapper'
])
])
__all__
.
app
end
([
'is_tensorrt_plugin_loaded'
,
'preprocess_onnx'
])
__all__
.
ext
end
([
'is_tensorrt_plugin_loaded'
,
'preprocess_onnx'
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment