Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h250 inline uint64 alt_bucket(key_type k, uint64 b) const { in alt_bucket() function
328 uint64 next_bucket = alt_bucket(bref.keys[slot], e.bucket); in CuckooInsert()