Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h48 std::size_t operator()(const CNodeIndexPairPtr pair) const { in operator()
56 bool operator()(const CNodeIndexPairPtr lhs, const CNodeIndexPairPtr rhs) const { in operator()
76 using CNodeIndexCounterMap = CounterOrderedMap<CNodeIndexPairPtr, CNodeIndexHasher, CNodeIndexEqual…
320 void AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &node, int count = 1);
321 void DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &node);
Dfunc_graph.cc403 void FuncGraph::AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair, int count) { in AddFuncGraphCNodeIndex()
411 void FuncGraph::DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair) { in DropFuncGraphCNodeIndex()
Dmanager.h80 using CNodeIndexPairPtr = std::shared_ptr<CNodeIndexPair>; variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dinline.h369 …[](int64_t sum, const std::pair<const CNodeIndexPairPtr, int64_t> &item) { return sum + item.secon… in IsUniqueUse()