mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
Rename PaddleBackend to PaddleInferBackend (#728)
This commit is contained in:
@@ -26,7 +26,7 @@ option.set_model_path("mobilenetv2/inference.pdmodel",
|
||||
|
||||
# **** CPU 配置 ****
|
||||
option.use_cpu()
|
||||
option.use_paddle_backend()
|
||||
option.use_paddle_infer_backend()
|
||||
option.set_cpu_thread_num(12)
|
||||
|
||||
# **** GPU 配置 ***
|
||||
|
Reference in New Issue
Block a user