Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle-Lite
提交
af1d2c44
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看板
未验证
提交
af1d2c44
编写于
9月 23, 2019
作者:
H
huzhiqiang
提交者:
GitHub
9月 23, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Gh pages hzq (#2122)
* modify source_compiling
上级
086b67aa
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
33 addition
and
16 deletion
+33
-16
_all_pages/develop/cpp_demo.md
_all_pages/develop/cpp_demo.md
+16
-8
_all_pages/v2.0.0-beta1/cpp_demo.md
_all_pages/v2.0.0-beta1/cpp_demo.md
+17
-8
未找到文件。
_all_pages/develop/cpp_demo.md
浏览文件 @
af1d2c44
...
...
@@ -24,13 +24,21 @@ title: C++ Demo
编译完成后
`./build.lite.android.armv8.gcc/inference_lite_lib.android.armv8/`
文件夹下包含:
{% highlight shell %}
cxx/include/
cxx/lib/libpaddle_api_full_bundled.a
cxx/lib/libpaddle_api_light_bundled.a
demo/cxx/ #其中包括{include Makefile.def mobile_light}
third_party/gflags/
{% endhighlight %}
-
cxx
-
include (头文件文件夹)
-
lib (库文件文件夹)
-
libpaddle_api_full_bundled.a
-
libpaddle_api_light_bundled.a
-
libpaddle_light_api_shared.so
-
libpaddle_full_api_shared.so
-
demo
-
cxx (C++ demo)
-
mobile_light (light api demo)
-
mobile_full (full api demo)
-
Makefile.def
-
include
-
third_party (第三方库文件夹)
-
gflags
## 准备执行环境
...
...
@@ -130,7 +138,7 @@ MobileConfig config;
// 2. Load model
config.set_model_dir("path to your model directory"); // model dir
/
/
load model: Lite supports loading model from file or from memory (naive buffer from optimized model)
/
*
load model: Lite supports loading model from file or from memory (naive buffer from optimized model)
//Method One: Load model from memory:
void set_model_buffer(const char
*
model_buffer,
size_t model_buffer_size,
...
...
_all_pages/v2.0.0-beta1/cpp_demo.md
浏览文件 @
af1d2c44
...
...
@@ -36,13 +36,22 @@ title: C++ Demo
编译完成后
`./build.lite.android.armv8.gcc/inference_lite_lib.android.armv8/`
文件夹下包含:
{% highlight shell %}
cxx/include/
cxx/lib/libpaddle_api_full_bundled.a
cxx/lib/libpaddle_api_light_bundled.a
demo/cxx/ #其中包括{include Makefile.def mobile_light}
third_party/gflags/
{% endhighlight %}
-
cxx
-
include (头文件文件夹)
-
lib (库文件文件夹)
-
libpaddle_api_full_bundled.a
-
libpaddle_api_light_bundled.a
-
libpaddle_light_api_shared.so
-
libpaddle_full_api_shared.so
-
demo
-
cxx (C++ demo)
-
mobile_light (light api demo)
-
mobile_full (full api demo)
-
Makefile.def
-
include
-
third_party (第三方库文件夹)
-
gflags
## 准备执行环境
...
...
@@ -142,7 +151,7 @@ MobileConfig config;
// 2. Load model
config.set_model_dir("path to your model directory"); // model dir
/
/
load model: Lite supports loading model from file or from memory (naive buffer from optimized model)
/
*
load model: Lite supports loading model from file or from memory (naive buffer from optimized model)
//Method One: Load model from memory:
void set_model_buffer(const char
*
model_buffer,
size_t model_buffer_size,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录