mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Add missing 'openvino' option in perftest Usage message (#1367)
This commit is contained in:
parent
aba7271ad7
commit
a7fcd60572
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace perftest {
|
|||
"\t-M: Disable memory pattern.\n"
|
||||
"\t-A: Disable memory arena\n"
|
||||
"\t-c [parallel runs]: Specifies the (max) number of runs to invoke simultaneously. Default:1.\n"
|
||||
"\t-e [cpu|cuda|mkldnn|tensorrt|ngraph]: Specifies the provider 'cpu','cuda','mkldnn','tensorrt', 'ngraph' or 'openvino'. "
|
||||
"\t-e [cpu|cuda|mkldnn|tensorrt|ngraph|openvino]: Specifies the provider 'cpu','cuda','mkldnn','tensorrt', 'ngraph' or 'openvino'. "
|
||||
"Default:'cpu'.\n"
|
||||
"\t-b [tf|ort]: backend to use. Default:ort\n"
|
||||
"\t-r [repeated_times]: Specifies the repeated times if running in 'times' test mode.Default:1000.\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue