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

/frameworks/ml/nn/runtime/
H A DModelBuilder.h68 uint32_t getInputOperandIndex(uint32_t i) const { return mInputIndexes[i]; } function in class:android::nn::ModelBuilder
70 return mOperands[getInputOperandIndex(i)];
H A DExecutionPlan.cpp312 [=](uint32_t i) { return fromModel->getInputOperandIndex(i); },
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp402 (*defMap)[model->getInputOperandIndex(i)] = kPseudoDefiningOperationModelInput0 + i;

Completed in 39 milliseconds