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

/frameworks/ml/nn/runtime/
H A DModelBuilder.h72 uint32_t getOutputOperandIndex(uint32_t i) const { return mOutputIndexes[i]; } function in class:android::nn::ModelBuilder
74 return mOperands[getOutputOperandIndex(i)];
H A DExecutionPlan.cpp322 [=](uint32_t i) { return fromModel->getOutputOperandIndex(i); },
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp531 uint32_t outputA = modelA->getOutputOperandIndex(i);
532 uint32_t outputB = modelB->getOutputOperandIndex(i);

Completed in 64 milliseconds