mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00

* avoid mem copy for cpp benchmark * set CMAKE_BUILD_TYPE to Release * Add SegmentationDiff * change pointer to reference * fixed bug * cast uint8 to int32 * Add diff compare for OCR * Add diff compare for OCR * rm ppocr pipeline * Add yolov5 diff compare * Add yolov5 diff compare * deal with comments * deal with comments * fixed bug * fixed bug * fixed thread nums
14 lines
269 B
Plaintext
Executable File
14 lines
269 B
Plaintext
Executable File
device: cpu
|
|
device_id: 0
|
|
cpu_thread_nums: 8
|
|
warmup: 200
|
|
repeat: 1000
|
|
backend: ov
|
|
profile_mode: runtime
|
|
include_h2d_d2h: false
|
|
use_fp16: false
|
|
collect_memory_info: false
|
|
sampling_interval: 1
|
|
precision_compare: false
|
|
xpu_l3_cache: 0
|
|
result_path: benchmark_x86_ov_fp32.txt |