Searched refs:condOperands (Results 1 – 1 of 1) sorted by relevance
1740 std::vector<RunTimeOperandInfo> condOperands = initializeRunTimeInfo(condSubgraph); in executeWhileOperation() local1756 [&tmp1, &tmp2, &condOperands, &bodyOperands, &operation, &operands] { in executeWhileOperation()1767 freeUnusedSubgraphOperands(&condOperands); 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()