Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DEvent.h66 : kFencedExecutionCallback(callback), kFinishCallback(finish) { in SyncFenceEvent()
87 if (kFencedExecutionCallback != nullptr) { in wait()
88 auto result = kFencedExecutionCallback(); in wait()
118 const ExecuteFencedInfoCallback kFencedExecutionCallback; variable