Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/common/src/
DResilientBurst.cpp40 auto protect(const ResilientBurst& resilientBurst, const FnType& fn) in protect() argument
41 -> decltype(fn(*resilientBurst.getBurst())) { in protect()
42 auto burst = resilientBurst.getBurst(); in protect()
51 auto maybeBurst = resilientBurst.recover(burst.get()); in protect()