Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc396 for (auto& thread_result : thread_results) { in ExecuteReplicated() local
397 if (!thread_result.ok()) { in ExecuteReplicated()
398 return thread_result.status(); in ExecuteReplicated()
400 results.push_back(std::move(thread_result).ValueOrDie()); in ExecuteReplicated()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp651 TestStatus thread_result = threads.run(); in iterate() local
652 if(thread_result.getCode()) in iterate()
654 return thread_result; in iterate()
763 TestStatus thread_result = threads.run(); in iterate() local
764 if(thread_result.getCode()) in iterate()
766 return thread_result; in iterate()