Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h192 struct CuckooPathEntry { struct
207 void push_back(CuckooPathEntry e) { in push_back() argument
212 CuckooPathEntry pop_front() { in pop_front()
213 CuckooPathEntry& e = queue_[head_]; in pop_front()
225 CuckooPathEntry queue_[kMaxQueueSize];
230 typedef std::array<CuckooPathEntry, kMaxBFSPathLen> CuckooPath;
304 CuckooPathEntry e = cpq_->pop_front(); in CuckooInsert()
311 CuckooPathEntry parent = visited_[e.parent]; in CuckooInsert()
357 CuckooPathEntry visited_[kVisitedListSize];