Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp1531 std::vector<int> waitForList; in ANeuralNetworksExecution_startComputeWithDependencies() local
1543 waitForList.push_back(syncFenceFd); in ANeuralNetworksExecution_startComputeWithDependencies()
1547 int n = r->computeFenced(waitForList, duration, &syncFenceToSignal); in ANeuralNetworksExecution_startComputeWithDependencies()