未验证 提交 980ced27 编写于 作者: L liu zhengxi 提交者: GitHub

update CxxConfig's api_doc (#2648)

上级 2136df97
......@@ -232,6 +232,32 @@ predictor = create_paddle_predictor(config)
返回类型:`int`
## `set_cpu_math_library_num_threads(threads)`
设置CPU Math库线程数,CPU核心数支持情况下可加速预测。默认为1,并且仅在x86下有效。
参数:
- `threads(int)` - CPU Math库线程数。
返回:`None`
返回类型:`None`
## `cpu_math_library_num_threads()`
返回CPU Math库线程数,CPU核心数支持情况下可加速预测。仅在x86下有效。
参数:
- `None`
返回:CPU Math库线程数。
返回类型:`int`
# MobileConfig
```c++
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册