Home
last modified time | relevance | path

Searched refs:setUsedBy (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp266 void setUsedBy(const SourceOperandIndex& source, const SourceOperandIndex& dest) { in setUsedBy() function in android::nn::__anon58bb3e6b0111::StepRoleAnalyzer
1072 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1074 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1084 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1114 analyzer.setUsedBy(step->outerInputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1121 analyzer.setUsedBy(step->bodyOutputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1127 analyzer.setUsedBy(step->condInputOperands[i], step->bodyInputOperands[i]); in findMemoryStepRoles()