Rename PaddleBackend to PaddleInferBackend (#728)

This commit is contained in:
Jason
2022-11-28 21:29:09 +08:00
committed by GitHub
parent eea4320b48
commit 4351ce8665
25 changed files with 34 additions and 34 deletions

View File

@@ -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 配置 ***