Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc160 auto cur_cnode_ptr = cnode_ptr_list[i]; in GetHcomAndOverflowMarker() local
274 auto cur_cnode_ptr = cnode_ptr_list[i]; in ReorderIndependentOrders() local
594 CNodePtr cur_cnode_ptr = cnode_ptr_list[i]; in AssignAllNodesStream() local
639 void AscendStreamAssign::AssignCommonStreamId(const CNodePtr &cur_cnode_ptr) { in AssignCommonStreamId()
670 CNodePtr cur_cnode_ptr = cnode_ptr_list[i]; in AssignHcom() local
718 uint32_t AscendStreamAssign::AssignHcomStreamId(const CNodePtr &cur_cnode_ptr, bool new_graph) { in AssignHcomStreamId()
750 CNodePtr cur_cnode_ptr = cnode_ptr_list[i]; in AssignIndependent() local
780 uint32_t AscendStreamAssign::AssignIndependentStreamId(const CNodePtr &cur_cnode_ptr, bool new_grap… in AssignIndependentStreamId()
812 CNodePtr cur_cnode_ptr = cnode_ptr_list[i]; in UpdateAtomicAddrCleanStreamId() local
900 auto cur_cnode_ptr = exe_order[i]; in ActiveOtherGraphParallel() local
[all …]
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.h62 CNodePtr cur_cnode_ptr = exec_order[i]; in StreamExecOrderRecorder() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc999 CNodePtr cur_cnode_ptr = execution_order_[i]; in PrintGraphExecuteOrder() local