Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Ddeal_ref_and_split_unsupported_transdata.cc70 session::AnfWithOutIndex final_pair = std::make_pair(cnode, output_index); in AddRefNodePairToKernelGraph() local
85 session::AnfWithOutIndex final_pair = std::make_pair(final_ref, final_index); in AddRefPairToKernelGraph() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc703 session::AnfWithOutIndex final_pair = std::make_pair(assign_add_one, 0); in CreateStreamAssignAddnOP() local
986 session::AnfWithOutIndex final_pair = std::make_pair(assign_add_cnode, 0); in CreateAssignAdd() local
1035 session::AnfWithOutIndex final_pair = std::make_pair(assign_cnode, 0); in CreateAssign() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc880 void KernelGraph::AddRefCorrespondPairs(const AnfWithOutIndex &final_pair, const AnfWithOutIndex &o… in AddRefCorrespondPairs()