未验证 提交 4e0fc706 编写于 作者: Z Zhenghai Zhang 提交者: GitHub

fix typo, test=document_fix (#56559)

上级 6de9a8d3
......@@ -36,13 +36,13 @@ Origin subgraph:
|
reshape2
|
matmul_v2(trans_x=fasle, trans_y=true)
matmul_v2(trans_x=false, trans_y=true)
|
Fused subgraph:
x
reshape2
|
matmul_v2(trans_x=fasle, trans_y=false)
matmul_v2(trans_x=false, trans_y=false)
|
*/
class MatmulWeightTransPass : public FusePassBase {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册