Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1741 std::vector<RunTimeOperandInfo> bodyOperands = initializeRunTimeInfo(bodySubgraph); in executeWhileOperation() local
1756 [&tmp1, &tmp2, &condOperands, &bodyOperands, &operation, &operands] { in executeWhileOperation()
1768 freeUnusedSubgraphOperands(&bodyOperands); in executeWhileOperation()
1801 bodyOperands[bodySubgraph.outputIndexes[i]]); in executeWhileOperation()
1821 bodyOperands[bodySubgraph.inputIndexes[i]] = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()
1826 RunTimeOperandInfo& info = bodyOperands[bodySubgraph.outputIndexes[i]]; in executeWhileOperation()
1838 NN_RETURN_IF_ERROR(executeSubgraph(bodySubgraph, bodyOperands.data())); in executeWhileOperation()
1842 outputBuffer[i] = bodyOperands[bodySubgraph.outputIndexes[i]].buffer; in executeWhileOperation()