Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientExecution.cpp51 auto maybeExecution = resilientExecution.recover(execution.get()); in protect() local
52 if (!maybeExecution.has_value()) { in protect()
53 const auto& [message, code] = maybeExecution.error(); in protect()
59 execution = std::move(maybeExecution).value(); in protect()