mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
14 lines
542 B
Bash
Executable File
14 lines
542 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
bash benchmark_x86.sh config/config.x86.ort.fp32.e2e.mem.txt
|
|
bash benchmark_x86.sh config/config.x86.ort.fp32.e2e.txt
|
|
bash benchmark_x86.sh config/config.x86.ort.fp32.txt
|
|
|
|
bash benchmark_x86.sh config/config.x86.ov.fp32.e2e.mem.txt
|
|
bash benchmark_x86.sh config/config.x86.ov.fp32.e2e.txt
|
|
bash benchmark_x86.sh config/config.x86.ov.fp32.txt
|
|
|
|
bash benchmark_x86.sh config/config.x86.paddle.fp32.e2e.mem.txt
|
|
bash benchmark_x86.sh config/config.x86.paddle.fp32.e2e.txt
|
|
bash benchmark_x86.sh config/config.x86.paddle.fp32.txt
|