Skip to content

Commit

Permalink
Revert wrong changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zm6int committed Dec 9, 2024
1 parent 88b3e34 commit 7409c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/tools/single-image-test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ DEFINE_string(iml, "",
"Model input layout for all model inputs, or ';' separated list of pairs <input>:<layout>. Regex in "
"<input> is supported");
DEFINE_string(oml, "",
"Model output layout for all outputs, or or ';' separated list of of pairs <output>:<layout>. Regex in "
"Model output layout for all outputs, or ';' separated list of pairs <output>:<layout>. Regex in "
"<output> is supported");
DEFINE_bool(img_as_bin, false, "Force binary input even if network expects an image");
DEFINE_bool(pc, false, "Report performance counters");
Expand Down

0 comments on commit 7409c2b

Please sign in to comment.