!5025 [MS][LITE]update readme of mindspore lite

Merge pull request !5025 from zhaizhiqiang/master
This commit is contained in:
mindspore-ci-bot 2020-08-24 16:40:30 +08:00 committed by Gitee
commit 91a2411f30
2 changed files with 7 additions and 1 deletions

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等各种智能设备
 

View File

@ -0,0 +1 @@
NNACL(neural network accelerated computing library) is a high performance library of neural network inference computing kernels for ARM.