From 1c61a273057c1aacb6f9ede2fd41f18127195d9e Mon Sep 17 00:00:00 2001 From: liu zhengxi <380185688@qq.com> Date: Tue, 7 Jan 2020 09:38:27 +0800 Subject: [PATCH] alter the api name for cxxconfig, test=develop (#2721) --- _all_pages/develop/cxx_api_doc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_all_pages/develop/cxx_api_doc.md b/_all_pages/develop/cxx_api_doc.md index 9cc2869484..fd3c424266 100644 --- a/_all_pages/develop/cxx_api_doc.md +++ b/_all_pages/develop/cxx_api_doc.md @@ -233,7 +233,7 @@ predictor = create_paddle_predictor(config) 返回类型:`int` -## `set_cpu_math_library_num_threads(threads)` +## `set_x86_math_library_num_threads(threads)` 设置CPU Math库线程数,CPU核心数支持情况下可加速预测。默认为1,并且仅在x86下有效。 @@ -246,7 +246,7 @@ predictor = create_paddle_predictor(config) 返回类型:`None` -## `cpu_math_library_num_threads()` +## `x86_math_library_num_threads()` 返回CPU Math库线程数,CPU核心数支持情况下可加速预测。仅在x86下有效。 -- GitLab