Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h126 return CuckooInsert(tk, v, b1, b2); in InsertUnique()
296 bool CuckooInsert(key_type k, const value& v, uint64 b1, uint64 b2) { in CuckooInsert() function