Home
last modified time | relevance | path

Searched defs:matmul_cnode (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dmatmul_add_fusion.cc32 auto matmul_cnode = cnode->input(i)->cast<CNodePtr>(); in CheckAndGetMatMulIndex() local
68 auto matmul_cnode = cnode->input(index)->cast<CNodePtr>(); in Run() local
Dbatchmatmul_fusion.cc248 auto matmul_cnode = func_graph->NewCNode(matmul_inputs); in Process() local
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc621 const CNodePtr &matmul_cnode, in CreateSlice1ForReshapePrepose()
705const CNodePtr &matmul_cnode, const std::vector<int64_t> &shape_in, in PreposeWithAbnormalReshape()
950 auto matmul_cnode = matmul_node->cast<CNodePtr>(); in PreposeWithReshape() local
971 const CNodePtr &matmul_cnode) { in PreposeWithMatmul()