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

/frameworks/ml/nn/runtime/
H A DModelBuilder.cpp370 int opIndex = opsReadyToRun.back(); local
372 const Operation& operation = mOperations[opIndex];
374 runOrder.push_back(mOperations[opIndex]);
/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp546 int opIndex = addOp(op); local
547 if (CC_LIKELY(opIndex >= 0)) {
556 mDisplayList->projectionReceiveIndex = opIndex;

Completed in 258 milliseconds