未验证 提交 2d8692ae 编写于 作者: S smilejames 提交者: GitHub

Update mul_arm_func.h

上级 579c8ffa
...@@ -22,7 +22,7 @@ namespace operators { ...@@ -22,7 +22,7 @@ namespace operators {
// 1、如果x,y维度都是2维, // 1、如果x,y维度都是2维,
// x = [[1,2], y = [[5,6], // x = [[1,2], y = [[5,6],
// [3,4]] [7,8]] // [3,4]] [7,8]]
// 运算结果为正常矩阵相乘。结果 out = // 运算结果为正常矩阵相乘。结果 out =
// [[1*5+2*7,1*6+2*8],[3*5+4*7, 3*6+4*8]] // [[1*5+2*7,1*6+2*8],[3*5+4*7, 3*6+4*8]]
// //
// 2、如果x的维度大于2或者y的维度大于2,x的维度(2,3,4) ,y的维度(4,1,2) // 2、如果x的维度大于2或者y的维度大于2,x的维度(2,3,4) ,y的维度(4,1,2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册