Searched defs:innerOperand (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | LegacyUtils.cpp | 632 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation() local 637 const Operand& innerOperand = *helper.getSubgraphOutputOperand(branchModelOperand, i); in validateIfOperation() local 684 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation() local 706 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation() local 713 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
|
H A D | Validation.cpp | 1659 const Operand& innerOperand = getInputOperand(subgraphs, branchModelOperand, i); in validateIfOperation() local 1664 const Operand& innerOperand = getOutputOperand(subgraphs, branchModelOperand, i); in validateIfOperation() local 1721 const Operand& innerOperand = getInputOperand(subgraphs, condModelOperand, i); in validateWhileOperation() local 1748 const Operand& innerOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local 1757 const Operand& innerOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local
|
H A D | CpuExecutor.cpp | 1848 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ExecutionPlan.cpp | 1588 const SourceOperandIndex& innerOperand) { in setInput() 1622 const SourceOperandIndex& innerOperand) { in setOutput() 1796 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound() local
|