From bc38ee4909545a1d035a2d8f942ecfdc4bb34c9b Mon Sep 17 00:00:00 2001 From: zhaodezan Date: Fri, 16 Oct 2020 05:06:44 -0400 Subject: [PATCH] change bind_mode_cpu --- docs/api_cpp/source_en/lite.md | 2 +- docs/api_cpp/source_zh_cn/lite.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api_cpp/source_en/lite.md b/docs/api_cpp/source_en/lite.md index 26458a38eb..61ee990133 100644 --- a/docs/api_cpp/source_en/lite.md +++ b/docs/api_cpp/source_en/lite.md @@ -117,7 +117,7 @@ An **enum** type. CpuBindMode defined for holding bind cpu strategy argument. ### Attributes ```cpp -MID_CPU = -1 +MID_CPU = 2 ``` Bind middle cpu first. diff --git a/docs/api_cpp/source_zh_cn/lite.md b/docs/api_cpp/source_zh_cn/lite.md index b3aaa5909c..46f1d5fd20 100644 --- a/docs/api_cpp/source_zh_cn/lite.md +++ b/docs/api_cpp/source_zh_cn/lite.md @@ -117,7 +117,7 @@ static Model *Import(const char *model_buf, size_t size) **属性** ``` -MID_CPU = -1 +MID_CPU = 2 ``` 优先中等CPU绑定策略。 -- Gitee