Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h78 ref_out_in_map_ = graph.ref_out_in_map_; in KernelGraph()
174 std::map<AnfWithOutIndex, AnfWithOutIndex> GetRefMap() const { return ref_out_in_map_; } in GetRefMap()
421 std::map<AnfWithOutIndex, AnfWithOutIndex> ref_out_in_map_; variable
Dkernel_graph.cc870 bool KernelGraph::IsInRefOutputMap(const AnfWithOutIndex &pair) const { return ref_out_in_map_.coun… in IsInRefOutputMap()
877 return ref_out_in_map_.at(out_pair); in GetRefCorrespondOutput()
885 (void)ref_out_in_map_.insert(std::make_pair(final_pair, origin_pair)); in AddRefCorrespondPairs()