Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h132 return FindInBucket(k, fast_map_to_buckets(tk), out) || in Find()
133 FindInBucket(k, fast_map_to_buckets(h2(tk)), out); in Find()
265 bool FindInBucket(key_type k, uint64 b, value* out) const { in FindInBucket() function