Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h91 const std::vector<uint32_t>& getInputOperandIndexes() const { return mInputIndexes; } in getInputOperandIndexes() function
DExecutionPlan.cpp2435 containsUnknownSize(thenModel, thenModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
2437 containsUnknownSize(elseModel, elseModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
2449 containsUnknownSize(condModel, condModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
2451 containsUnknownSize(bodyModel, bodyModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1510 for (uint32_t aInputIndex : modelA->getInputOperandIndexes()) { in compare()