Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.cc122 absl::optional<xla::Status> compilation_error = absl::nullopt; member
200 if (found_iterator->second->compilation_error) { in GetCacheEntryIfPresent()
202 found_iterator->second->compilation_error.value().error_message()); in GetCacheEntryIfPresent()
Djax_jit.cc832 absl::optional<xla::Status> compilation_error = absl::nullopt; member
1034 if (found_iterator->second->compilation_error) { in GetCacheEntryIfPresent()
1036 found_iterator->second->compilation_error.value().error_message()); in GetCacheEntryIfPresent()