Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1735 const Model::Subgraph& condSubgraph = in executeWhileOperation() local
1739 std::vector<RunTimeOperandInfo> condOperands = initializeRunTimeInfo(condSubgraph); in executeWhileOperation()
1781 for (uint32_t i = 0, n = condSubgraph.inputIndexes.size(); i < n; ++i) { in executeWhileOperation()
1782 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1787 RunTimeOperandInfo& condOutput = condOperands[condSubgraph.outputIndexes[0]]; in executeWhileOperation()
1799 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1803 NN_RETURN_IF_ERROR(executeSubgraph(condSubgraph, condOperands.data())); in executeWhileOperation()
1820 bodyOperands[bodySubgraph.inputIndexes[i]] = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()
1848 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()