Searched refs:CNodeIndexPairPtr (Results 1 – 4 of 4) sorted by relevance
48 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);
403 void FuncGraph::AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair, int count) { in AddFuncGraphCNodeIndex()411 void FuncGraph::DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair) { in DropFuncGraphCNodeIndex()
80 using CNodeIndexPairPtr = std::shared_ptr<CNodeIndexPair>; variable
369 …[](int64_t sum, const std::pair<const CNodeIndexPairPtr, int64_t> &item) { return sum + item.secon… in IsUniqueUse()