Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc357 static inline uint32_t HashSlice(const Slice& s) { in HashSlice() function in tensorflow::table::__anon4220aee90111::ShardedLRUCache
373 const uint32_t hash = HashSlice(key); in Insert()
377 const uint32_t hash = HashSlice(key); in Lookup()
385 const uint32_t hash = HashSlice(key); in Erase()