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
gaoqiong
RapidASR
Commits
8870a4c1
"vscode:/vscode.git/clone" did not exist on "2bd6196cfecff40fb5e34ff10a91d4841f7e8150"
Unverified
Commit
8870a4c1
authored
Mar 02, 2023
by
Daniel
Committed by
GitHub
Mar 02, 2023
Browse files
Update tester.cpp
parent
46fc6fee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cpp_onnx/tester/tester.cpp
cpp_onnx/tester/tester.cpp
+1
-1
No files found.
cpp_onnx/tester/tester.cpp
View file @
8870a4c1
...
...
@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
}
struct
timeval
start
,
end
;
gettimeofday
(
&
start
,
NULL
);
int
nThreadNum
=
8
;
int
nThreadNum
=
4
;
Model
*
mm
=
create_model
(
argv
[
1
],
nThreadNum
);
if
(
!
mm
)
{
...
...
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