Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewenwan authored May 5, 2020
1 parent 5d557dc commit c21ce64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CNN/HighPerformanceComputing/Tengine/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ sudo apt-get install libprotobuf-dev protobuf-compiler libboost-all-dev libgoogl

release_tengine();
新接口(类似ncnn的):


> **gemm 矩阵乘法(全连接层、卷积核和输入展开后的矩阵乘法、卷积winogrid变换后的矩阵乘法)**

## **gemm 矩阵乘法(全连接层、卷积核和输入展开后的矩阵乘法、卷积winogrid变换后的矩阵乘法)**

矩阵乘法的加速运算 A[M K] * B[K N] ====== C[M N]

Expand Down Expand Up @@ -106,7 +108,7 @@ openblas 函数实现
手写向量汇编优化
> **winogrid变换卷积运算**
## **winogrid变换卷积运算**
输入矩阵转换
Expand Down

0 comments on commit c21ce64

Please sign in to comment.