Home
last modified time | relevance | path

Searched defs:DoFuse (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dcast_matmul_fusion.cc49 bool DoFuse(const FuncGraphPtr &func_graph) { in DoFuse() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Druntime_shape_fusion_pass.cc226 int ShapeFusionPass::DoFuse(LiteGraph::Node *shape_fusion, const LiteGraph::Node *post_node, in DoFuse() function in mindspore::lite::ShapeFusionPass