Home
last modified time | relevance | path

Searched defs:cache_key (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc76 tensorflow::Fprint128 cache_key = a.CacheKey("cpu:0"); in TEST() local
Dcontext.cc350 KernelAndDevice* EagerContext::GetCachedKernel(Fprint128 cache_key) { in GetCachedKernel()
355 void EagerContext::AddKernelToCache(Fprint128 cache_key, in AddKernelToCache()
Dexecute.cc323 Fprint128* cache_key) { in AddInputDevicesToCacheKey()
377 Fprint128 cache_key = in EagerLocalExecute() local
/external/mesa3d/src/util/
Ddisk_cache.h44 typedef uint8_t cache_key[CACHE_KEY_SIZE]; typedef