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
43770237
Commit
43770237
authored
Jun 30, 2023
by
yangql
Browse files
Update Classifier.h
parent
19805fdc
Pipeline
#392
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Src/Classifier.h
Src/Classifier.h
+1
-3
No files found.
Src/Classifier.h
View file @
43770237
...
@@ -31,9 +31,7 @@ private:
...
@@ -31,9 +31,7 @@ private:
Ort
::
Env
env
=
Ort
::
Env
(
ORT_LOGGING_LEVEL_ERROR
,
"ONNXRuntime"
);
Ort
::
Env
env
=
Ort
::
Env
(
ORT_LOGGING_LEVEL_ERROR
,
"ONNXRuntime"
);
Ort
::
SessionOptions
sessionOptions
=
Ort
::
SessionOptions
();
Ort
::
SessionOptions
sessionOptions
=
Ort
::
SessionOptions
();
bool
useInt8
;
bool
useFP16
;
};
};
...
...
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