Searched defs:opIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DModelBuilder.cpp323 int opIndex = opsReadyToRun.back(); local
325 const Operation& operation = mOperations[opIndex];
327 runOrder.push_back(mOperations[opIndex]);
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp591 int opIndex = addOp(op); local
592 if (CC_LIKELY(opIndex >= 0)) {
601 mDisplayList->projectionReceiveIndex = opIndex;

Completed in 188 milliseconds