Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dpipeline_split_utils.cc235 auto cnode2 = node2->cast<CNodePtr>(); in CompFunc() local
237 MS_EXCEPTION_IF_NULL(cnode2); in CompFunc()
239 auto micro2 = cnode2->GetPrimalAttr(MICRO); in CompFunc()
246 auto prim2 = GetCNodePrimitive(cnode2); in CompFunc()