Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp1785 const Subgraph& condSubgraph = *reinterpret_cast<const Subgraph*>(condModelOperand.buffer); in executeWhileOperation() local
1787 std::vector<RunTimeOperandInfo> condOperands = initializeRunTimeInfo(condSubgraph); in executeWhileOperation()
1830 for (uint32_t i = 0, n = condSubgraph.inputIndexes.size(); i < n; ++i) { in executeWhileOperation()
1831 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1836 RunTimeOperandInfo& condOutput = condOperands[condSubgraph.outputIndexes[0]]; in executeWhileOperation()
1848 setInfoExceptLifetime(&condOperands[condSubgraph.inputIndexes[i]], in executeWhileOperation()
1852 NN_RETURN_IF_ERROR(executeSubgraph(condSubgraph, condOperands.data())); in executeWhileOperation()
1869 bodyOperands[bodySubgraph.inputIndexes[i]] = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()
1897 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation()