Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc194 auto found_iterator = executables_.find(signature); in GetCacheEntryIfPresent() local
195 if (found_iterator != executables_.end()) { // Cache hit! in GetCacheEntryIfPresent()
196 if (!found_iterator->second->compilation_complete.HasBeenNotified()) { in GetCacheEntryIfPresent()
198 found_iterator->second->compilation_complete.WaitForNotification(); in GetCacheEntryIfPresent()
200 if (found_iterator->second->compilation_error) { in GetCacheEntryIfPresent()
202 found_iterator->second->compilation_error.value().error_message()); in GetCacheEntryIfPresent()
204 return found_iterator->second.get(); in GetCacheEntryIfPresent()
Djax_jit.cc1028 auto found_iterator = executables_.find(signature); in GetCacheEntryIfPresent() local
1029 if (found_iterator != executables_.end()) { // Cache hit! in GetCacheEntryIfPresent()
1030 if (!found_iterator->second->compilation_complete.HasBeenNotified()) { in GetCacheEntryIfPresent()
1032 found_iterator->second->compilation_complete.WaitForNotification(); in GetCacheEntryIfPresent()
1034 if (found_iterator->second->compilation_error) { in GetCacheEntryIfPresent()
1036 found_iterator->second->compilation_error.value().error_message()); in GetCacheEntryIfPresent()
1038 return found_iterator->second.get(); in GetCacheEntryIfPresent()