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_onnxruntime
Commits
cf7b82b4
Commit
cf7b82b4
authored
Jun 30, 2023
by
yangql
Browse files
Update Src/Classifier.h
parent
4d2a798d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Src/Classifier.h
Src/Classifier.h
+0
-4
No files found.
Src/Classifier.h
View file @
cf7b82b4
...
...
@@ -6,7 +6,6 @@
namespace
ortSamples
{
class
Classifier
{
public:
...
...
@@ -25,10 +24,7 @@ private:
std
::
string
inputName
;
Ort
::
Env
env
=
Ort
::
Env
(
ORT_LOGGING_LEVEL_ERROR
,
"ONNXRuntime"
);
Ort
::
SessionOptions
sessionOptions
=
Ort
::
SessionOptions
();
};
}
#endif
...
...
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