Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h101 const std::vector<uint32_t>& getOutputOperandIndexes() const { return mOutputIndexes; } in getOutputOperandIndexes() function
DExecutionPlan.cpp1941 containsUnknownSize(thenModel, thenModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
1943 containsUnknownSize(elseModel, elseModel->getOutputOperandIndexes()); in isControlFlowOperationWithOperandOfUnknownSize()
1955 containsUnknownSize(condModel, condModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
1957 containsUnknownSize(bodyModel, bodyModel->getOutputOperandIndexes()); in isControlFlowOperationWithOperandOfUnknownSize()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1368 for (uint32_t aOutputIndex : modelA->getOutputOperandIndexes()) { in compare()