Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h72 uint32_t getOutputOperandIndex(uint32_t i) const { return mOutputIndexes[i]; } in getOutputOperandIndex() function
74 return mOperands[getOutputOperandIndex(i)]; in getOutputOperand()
DExecutionPlan.cpp378 [=](uint32_t i) { return fromModel->getOutputOperandIndex(i); }, in finishSubModel()
411 fromModelOperandIndexToOutputIndex[fromModel->getOutputOperandIndex(i)] = i; in finishSubModel()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp643 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()
644 uint32_t outputB = modelB->getOutputOperandIndex(i); in compare()