Searched defs:innerOperand (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | LegacyUtils.cpp | 600 const Operand& innerOperand = *helper.getSubgraphInputOperand(branchModelOperand, i); in validateIfOperation() local 605 const Operand& innerOperand = *helper.getSubgraphOutputOperand(branchModelOperand, i); in validateIfOperation() local 652 const Operand& innerOperand = *helper.getSubgraphInputOperand(condModelOperand, i); in validateWhileOperation() local 674 const Operand& innerOperand = *helper.getSubgraphInputOperand(bodyModelOperand, i); in validateWhileOperation() local 681 const Operand& innerOperand = *helper.getSubgraphOutputOperand(bodyModelOperand, i); in validateWhileOperation() local
|
D | CpuExecutor.cpp | 1849 RunTimeOperandInfo& innerOperand = condOperands[condSubgraph.inputIndexes[i]]; in executeWhileOperation() local
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 1613 const Operand& innerOperand = getInputOperand(subgraphs, branchModelOperand, i); in validateIfOperation() local 1618 const Operand& innerOperand = getOutputOperand(subgraphs, branchModelOperand, i); in validateIfOperation() local 1676 const Operand& innerOperand = getInputOperand(subgraphs, condModelOperand, i); in validateWhileOperation() local 1703 const Operand& innerOperand = getInputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local 1712 const Operand& innerOperand = getOutputOperand(subgraphs, bodyModelOperand, i); in validateWhileOperation() local
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.cpp | 1640 const SourceOperandIndex& innerOperand) { in setInput() 1674 const SourceOperandIndex& innerOperand) { in setOutput() 1848 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound() local
|