Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
11c3ca8b
Commit
11c3ca8b
authored
May 06, 2019
by
Adam Procter
Committed by
Robert Kimball
May 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some edits to help message for nbench (#2871)
parent
3b4a9e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
nbench.cpp
src/tools/nbench/nbench.cpp
+4
-4
No files found.
src/tools/nbench/nbench.cpp
View file @
11c3ca8b
...
...
@@ -267,7 +267,7 @@ int main(int argc, char** argv)
{
cout
<<
R"###(
DESCRIPTION
Benchmark n
graph json
model with given backend.
Benchmark n
Graph JSON
model with given backend.
SYNOPSIS
nbench [-f <filename>] [-b <backend>] [-i <iterations>]
...
...
@@ -277,12 +277,12 @@ OPTIONS
-b|--backend Backend to use (default: CPU)
-d|--directory Directory to scan for models. All models are benchmarked.
-i|--iterations Iterations (default: 10)
-s|--statistics Display op stastics
-v|--visualize Visualize a model (WARNING: requires Graph
V
iz installed)
-s|--statistics Display op sta
ti
stics
-v|--visualize Visualize a model (WARNING: requires Graph
v
iz installed)
--timing_detail Gather detailed timing
-w|--warmup_iterations Number of warm-up iterations
--no_copy_data Disable copy of input/result data every iteration
--dot Generate
g
raphviz dot file
--dot Generate
G
raphviz dot file
)###"
;
return
1
;
}
...
...
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