Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp226 void setUsedBy(const SourceOperandIndex& source, const SourceOperandIndex& dest) { in setUsedBy() function in android::nn::__anon80e2f1320111::StepRoleAnalyzer
1027 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1029 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1037 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1039 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1069 analyzer.setUsedBy(step->outerInputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1076 analyzer.setUsedBy(step->bodyOutputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->condInputOperands[i], step->bodyInputOperands[i]); in findMemoryStepRoles()