Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
fbeb6e64
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
fbeb6e64
编写于
7月 30, 2020
作者:
Y
yankai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix NBK version
上级
7caf3f53
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
4 addition
and
4 deletion
+4
-4
tutorials/source_en/advanced_use/on_device_inference.md
tutorials/source_en/advanced_use/on_device_inference.md
+2
-2
tutorials/source_zh_cn/advanced_use/on_device_inference.md
tutorials/source_zh_cn/advanced_use/on_device_inference.md
+2
-2
未找到文件。
tutorials/source_en/advanced_use/on_device_inference.md
浏览文件 @
fbeb6e64
...
...
@@ -49,7 +49,7 @@ The environment requirements are as follows:
-
[
GCC
](
https://gcc.gnu.org/releases.html
)
>= 5.4
-
[
autoconf
](
http://ftp.gnu.org/gnu/autoconf/
)
2.69
-
[
LLVM 8.0.0
](
http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
)
-
[
Android_NDK r
16b
](
https://dl.google.com/android/repository/android-ndk-r16
b-linux-x86_64.zip
)
-
[
Android_NDK r
20b
](
https://dl.google.com/android/repository/android-ndk-r20
b-linux-x86_64.zip
)
-
numpy >= 1.16
-
decorator
-
scipy
...
...
@@ -63,7 +63,7 @@ The compilation procedure is as follows:
```bash
export LLVM_PATH={$LLVM_PATH}/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04/bin/llvm-config #Set the LLVM path.
export ANDROID_NDK={$NDK_PATH}/android-ndk-r
16
b #Set the NDK path.
export ANDROID_NDK={$NDK_PATH}/android-ndk-r
20
b #Set the NDK path.
```
2.
Download source code from the code repository.
...
...
tutorials/source_zh_cn/advanced_use/on_device_inference.md
浏览文件 @
fbeb6e64
...
...
@@ -49,7 +49,7 @@ MindSpore Lite的框架主要由Frontend、IR、Backend、Lite RT、Micro构成
-
[
GCC
](
https://gcc.gnu.org/releases.html
)
>= 5.4
-
[
autoconf
](
http://ftp.gnu.org/gnu/autoconf/
)
2.69
-
[
LLVM 8.0.0
](
http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
)
-
[
Android_NDK r
16b
](
https://dl.google.com/android/repository/android-ndk-r16
b-linux-x86_64.zip
)
-
[
Android_NDK r
20b
](
https://dl.google.com/android/repository/android-ndk-r20
b-linux-x86_64.zip
)
-
numpy >= 1.16
-
decorator
-
scipy
...
...
@@ -63,7 +63,7 @@ MindSpore Lite的框架主要由Frontend、IR、Backend、Lite RT、Micro构成
```bash
export LLVM_PATH={$LLVM_PATH}/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/llvm-config #设定llvm路径
export ANDROID_NDK={$NDK_PATH}/android-ndk-r
16
b #设定ndk路径
export ANDROID_NDK={$NDK_PATH}/android-ndk-r
20
b #设定ndk路径
```
2.
从代码仓下载源码。
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录