Searched refs:mapTemporary (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.cpp | 1243 auto mapTemporary = [body, executionBuilder, &totalSizeOfTemporaries]( in makeController() local 1294 mapTemporary(SourceOperandIndex(step->getSourceModelIndex(), output.first), in makeController() 1317 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary); in makeController() 1334 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary); in makeController() 1340 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary, in makeController() 1343 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary2, in makeController() 1348 mapTemporary(step->condOutputOperand, &sourceOperandToLocationOfTemporary, in makeController()
|