Home
last modified time | relevance | path

Searched refs:fused_cnode_name (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dutil.h61 const std::string &fused_cnode_name);
Dutil.cc140 const std::string &fused_cnode_name) { in DoFusion() argument
165 auto prim = std::make_shared<Primitive>(fused_cnode_name); in DoFusion()