Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc206 auto cache_it = result_cache->find(std::make_pair(producer, consumer)); in CanFuseOnAllPaths() local
207 if (cache_it != result_cache->end()) { in CanFuseOnAllPaths()
208 return cache_it->second; in CanFuseOnAllPaths()