Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/
Dub_pattern_fusion.cc380 auto origin_pair = kernel_graph->GetRefCorrespondOutput(out_pair); in SetFusionOpRefInfos()
387 auto origin_pair = kernel_graph->GetRefCorrespondOutput(out_pair); in SetFusionOpRefInfos()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_reuse.cc67 auto origin_pair = graph_->GetRefCorrespondOutput(out_pair); in InitDynamicOutputKernelRef()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h170 AnfWithOutIndex GetRefCorrespondOutput(const AnfWithOutIndex &out_pair) const;
Dkernel_graph.cc872 AnfWithOutIndex KernelGraph::GetRefCorrespondOutput(const AnfWithOutIndex &out_pair) const { in GetRefCorrespondOutput() function in mindspore::session::KernelGraph
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc808 auto origin_pair = graph->GetRefCorrespondOutput(out_pair); in RefNodeProcess()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc670 auto origin_pair = graph.GetRefCorrespondOutput(out_pair); in UpdateRefNodeOutputMem()