Searched defs:innerOperand (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/intellij/core-analysis/ |
HD | intellij-core-analysis.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/intellij/
com/ ... |