Home
last modified time | relevance | path

Searched defs:innerOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/
DUtils.cpp745 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation() local
750 const Operand& innerOperand = *helper.getSubgraphOutputOperand(branchModelOperand, i); in validateIfOperation() local
798 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation() local
820 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation() local
827 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
DCpuExecutor.cpp1880 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation() local