This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update README
tags/v1.0.0
zhaizhiqiang
5 years ago
parent
e3899c552c
commit
36a7e0bb13
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
mindspore/lite/README.md
+1
-0
mindspore/lite/nnacl/README.md
+ 6
- 1
mindspore/lite/README.md
View File
@@ -1 +1,6 @@
NNACL(neural network accelerated computing library) is a high performance library of neural network inference computing kernels for ARM.
MindSpore的设计目标
1 端云一体化:IR统一,云侧训练模型可以在端侧重训;云侧混合精度训练与端侧混合精度推理协同提升推理性能;
2 高性能与轻量化:高性能内核计算库nnacl,支持slide window、im2col+gemm、winograde等多种卷积算法,深度汇编指令优化;在线运行模块不依赖第三方库,保持框架的轻量化;
3 快捷部署:支持TensorFlow Lite、Caffe、ONNX等多种格式的模型转换;提供量化、图片数据处理等功能,便利用户部署;
4 全场景覆盖: Lite & Micro覆盖手机、IoT等各种智能设备
+ 1
- 0
mindspore/lite/nnacl/README.md
View File
@@ -0,0 +1 @@
NNACL(neural network accelerated computing library) is a high performance library of neural network inference computing kernels for ARM.
Write
Preview
Loading…
Cancel
Save