This commit is contained in:
xiaying 2020-10-30 10:07:46 +08:00
commit 939a80dba8
2 changed files with 6 additions and 2 deletions

View File

@ -14,9 +14,11 @@ The design principles and performance data of MNN has been published in an MLSys
year = {2020}
}
## Documentation
## Documentation and Tools
MNN's docs are in placed in [Yuque docs here](https://www.yuque.com/mnn/en).
MNN Workbench could be downloaded from [MNN's homepage](http://www.mnn.zone), which provides pretrained models, visualized training tools, and one-click deployment of models to devices.
## Key Features
### High performance
- Implements core computing with lots of optimized assembly code to make full use of the ARM CPU.

View File

@ -14,9 +14,11 @@ MNN的架构设计理念与性能数据在MLSys 2020上面发表。Paper [在此
year = {2020}
}
## 文档
## 文档与工具
MNN的使用文档统一放在语雀请移步至[语雀文档](https://www.yuque.com/mnn/cn)。
[MNN官网](http://www.mnn.zone)上还可以下载MNN团队全新力作MNN工作台涵盖开箱即用模型、可视化训练等工具更可以一键部署到多端设备。
## MNN 特色
### 高性能
- 不依赖任何第三方计算库依靠大量手写汇编实现核心运算充分发挥ARM CPU的算力。