-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zhang
committed
Dec 27, 2019
1 parent
62c5ca4
commit 002ac36
Showing
1,227 changed files
with
58,739 additions
and
19,812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../CONTRIBUTING.md |
Oops, something went wrong.
002ac36
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更新内容
1、Op 补全
(1)新增 TFlite 30 + op 支持
(2)新增 Onnx 20 + op 支持
(3)新增 Caffe 9 个 op 支持
(4)新增 Tensorflow 24 个 op 支持
2、工程优化
(1)完善CMake相关编译配置
(2)头文件目录规范化,原 include 目录下的头文件移到 include/MNN 下
3、推理相关功能完善与Bug修复
(1)OpenCL BinaryOp 相关 Bug 修复
(2)CPU MatMul Bug 修复
(3)完善单元测试,添加 30 + op 单元测试用例
(4)ImageProcess 支持 NV12 输入以及 NV21 / NV12 stride 支持
4、训练能力(整体仍处调试阶段)
(1)优化 Express 模块动态图运行机制
(2)MNN 单机训练功能完善,Demo完成