Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle-Lite
提交
eb72b6f4
P
Paddle-Lite
项目概览
PaddlePaddle
/
Paddle-Lite
通知
331
Star
4
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
271
列表
看板
标记
里程碑
合并请求
78
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle-Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
271
Issue
271
列表
看板
标记
里程碑
合并请求
78
合并请求
78
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
eb72b6f4
编写于
12月 23, 2019
作者:
L
liu zhengxi
提交者:
GitHub
12月 23, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix_typo in set_cpu_math_library_num_threads, test=develop (#2642)
上级
e2e1b11b
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
2 addition
and
2 deletion
+2
-2
lite/api/paddle_api.h
lite/api/paddle_api.h
+1
-1
lite/api/test_step_rnn_lite_x86.cc
lite/api/test_step_rnn_lite_x86.cc
+1
-1
未找到文件。
lite/api/paddle_api.h
浏览文件 @
eb72b6f4
...
@@ -153,7 +153,7 @@ class LITE_API CxxConfig : public ConfigBase {
...
@@ -153,7 +153,7 @@ class LITE_API CxxConfig : public ConfigBase {
std
::
string
param_file
()
const
{
return
param_file_
;
}
std
::
string
param_file
()
const
{
return
param_file_
;
}
bool
model_from_memory
()
const
{
return
model_from_memory_
;
}
bool
model_from_memory
()
const
{
return
model_from_memory_
;
}
void
set_cpu_math_library_
math
_threads
(
int
threads
)
{
void
set_cpu_math_library_
num
_threads
(
int
threads
)
{
cpu_math_library_math_threads_
=
threads
;
cpu_math_library_math_threads_
=
threads
;
}
}
int
cpu_math_library_num_threads
()
const
{
int
cpu_math_library_num_threads
()
const
{
...
...
lite/api/test_step_rnn_lite_x86.cc
浏览文件 @
eb72b6f4
...
@@ -30,7 +30,7 @@ TEST(Step_rnn, test_step_rnn_lite_x86) {
...
@@ -30,7 +30,7 @@ TEST(Step_rnn, test_step_rnn_lite_x86) {
std
::
string
model_dir
=
FLAGS_model_dir
;
std
::
string
model_dir
=
FLAGS_model_dir
;
lite_api
::
CxxConfig
config
;
lite_api
::
CxxConfig
config
;
config
.
set_model_dir
(
model_dir
);
config
.
set_model_dir
(
model_dir
);
config
.
set_cpu_math_library_
math_threads
(
10
);
config
.
set_cpu_math_library_
num_threads
(
1
);
config
.
set_valid_places
({
lite_api
::
Place
{
TARGET
(
kX86
),
PRECISION
(
kInt64
)},
config
.
set_valid_places
({
lite_api
::
Place
{
TARGET
(
kX86
),
PRECISION
(
kInt64
)},
lite_api
::
Place
{
TARGET
(
kX86
),
PRECISION
(
kFloat
)},
lite_api
::
Place
{
TARGET
(
kX86
),
PRECISION
(
kFloat
)},
lite_api
::
Place
{
TARGET
(
kHost
),
PRECISION
(
kFloat
)}});
lite_api
::
Place
{
TARGET
(
kHost
),
PRECISION
(
kFloat
)}});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录