diff --git a/_all_pages/develop/cxx_api_doc.md b/_all_pages/develop/cxx_api_doc.md index 9cc2869484de060491ebbab7ad0a0a18f70bbf8a..fd3c42426614d326f1fb3e5a46358910ed410eaf 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下有效。