Searched defs:ref_pair (Results 1 – 3 of 3) sorted by relevance
34 struct ref_pair struct36 typedef F first_type;37 typedef S second_type;39 const F& first;40 S second;43 ref_pair( const std::pair<F2,S2>& p ) in ref_pair() argument48 ref_pair( const RP* rp ) in ref_pair() argument52 const ref_pair* operator->() const in operator ->()
247 static uint32_t GetStrongRefs(uint64_t ref_pair) { in GetStrongRefs()250 static uint32_t GetWeakRefs(uint64_t ref_pair) { in GetWeakRefs()
1255 for (auto ref_pair : ref_tensors_in_contiguous_map) { in GetContiguousListContainRefTensor() local