Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp755 mLastStepSyncFd(-1) { in Controller()
1096 controller->mLastStepSyncFd = syncFdOfLastStep; in next()
1247 if (mLastStepSyncFd == -1) { in waitForLastStepSyncFence()
1250 VLOG(EXECUTION) << "wait for mLastStepSyncFd " << mLastStepSyncFd; in waitForLastStepSyncFence()
1251 auto r = syncWait(mLastStepSyncFd, -1); in waitForLastStepSyncFence()
1254 LOG(ERROR) << "syncWait failed, fd: " << mLastStepSyncFd; in waitForLastStepSyncFence()
DExecutionPlan.h507 int mLastStepSyncFd; variable