fixed a bug passing two flag values: show_type and show_summary, they currently override the value of show_time
Change: 154967526
This commit is contained in:
parent
b93dd62e8a
commit
00bfa9069e
@ -334,8 +334,8 @@ int Main(int argc, char** argv) {
|
||||
Flag("show_memory", &show_memory, "whether to list stats by memory used"),
|
||||
Flag("memory_limit", &memory_limit,
|
||||
"how many items to show by memory used"),
|
||||
Flag("show_type", &show_time, "whether to list stats by op type"),
|
||||
Flag("show_summary", &show_time,
|
||||
Flag("show_type", &show_type, "whether to list stats by op type"),
|
||||
Flag("show_summary", &show_summary,
|
||||
"whether to show a summary of the stats"),
|
||||
Flag("show_flops", &show_flops, "whether to estimate the model's FLOPs"),
|
||||
Flag("warmup_runs", &warmup_runs, "how many runs to initialize model"),
|
||||
|
Loading…
Reference in New Issue
Block a user