未验证 提交 1c61a273 编写于 作者: L liu zhengxi 提交者: GitHub

alter the api name for cxxconfig, test=develop (#2721)

上级 17a58b60
......@@ -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下有效。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册