Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1736 const Model::Subgraph& condSubgraph = in executeWhileOperation() local
1740 std::vector<RunTimeOperandInfo> condOperands = initializeRunTimeInfo(condSubgraph); in executeWhileOperation()
1782 for (uint32_t i = 0, n = condSubgraph.inputIndexes.size(); i < n; ++i) { in executeWhileOperation()
1783 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1788 RunTimeOperandInfo& condOutput = condOperands[condSubgraph.outputIndexes[0]]; in executeWhileOperation()
1800 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1804 NN_RETURN_IF_ERROR(executeSubgraph(condSubgraph, condOperands.data())); in executeWhileOperation()
1821 bodyOperands[bodySubgraph.inputIndexes[i]] = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()
1849 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()