Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp211 const auto failWithStatus = [](ErrorStatus status) { in executeAsynchronously() local
235 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
239 return failWithStatus(ret); in executeAsynchronously()
250 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
261 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
266 return failWithStatus(convertToV1_3(status)); in executeAsynchronously()
277 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
287 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()
292 return failWithStatus(convertToV1_3(status)); in executeAsynchronously()
300 return failWithStatus(ErrorStatus::GENERAL_FAILURE); in executeAsynchronously()