onnxruntime
e23f16ad - output all parameters in the bert_perf_test tool (#17379)

Commit
2 years ago
output all parameters in the bert_perf_test tool (#17379) Currently, there are some parameters missing in output file. This output all parameters. Example output: Latency(ms) | Latency_P50 | Latency_P75 | Latency_P90 | Latency_P95 | Latency_P99 | Throughput(QPS) | model | graph_optimization_level | intra_op_num_threads | batch_size | sequence_length | test_cases | test_times | use_gpu | use_io_binding | average_sequence_length | random_sequence_length -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- 10.91 | 11.16 | 11.3 | 11.7 | 11.78 | 11.84 | 91.66 | model.onnx | ENABLE_ALL | 4 | 1 | 512 | 1 | 10 | TRUE | TRUE | 64 | FALSE
Author
Parents
Loading