Home
last modified time | relevance | path

Searched defs:innerOperand (Results 1 – 3 of 3) 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.cpp1897 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation() local
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1190 const SourceOperandIndex& innerOperand) { in setInput()
1224 const SourceOperandIndex& innerOperand) { in setOutput()
1390 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound() local