Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc88 return *FindPointer(key, hash); in Lookup()
92 LRUHandle** ptr = FindPointer(h->key(), h->hash); in Insert()
108 LRUHandle** ptr = FindPointer(key, hash); in Remove()
127 LRUHandle** FindPointer(const Slice& key, uint32_t hash) { in FindPointer() function in tensorflow::table::__anon27b9c5620111::HandleTable