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
ModelZoo
ResNet50_migraphx
Commits
3bce2cf5
Commit
3bce2cf5
authored
Nov 07, 2023
by
liucong
Browse files
添加offloadcopy信息
parent
a861a730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Src/Classifier.cpp
Src/Classifier.cpp
+1
-0
No files found.
Src/Classifier.cpp
View file @
3bce2cf5
...
...
@@ -187,6 +187,7 @@ ErrorCode Classifier::Initialize(InitializationParameterOfClassifier initializat
LOG_INFO
(
stdout
,
"InputName:%s
\n
"
,
inputName
.
c_str
());
LOG_INFO
(
stdout
,
"UseInt8:%d
\n
"
,(
int
)
useInt8
);
LOG_INFO
(
stdout
,
"UseFP16:%d
\n
"
,(
int
)
useFP16
);
LOG_INFO
(
stdout
,
"Useoffloadcopy:%d
\n
"
,(
int
)
useoffloadcopy
);
return
SUCCESS
;
...
...
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