Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp632 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs()
655 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()
895 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()
1008 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles()
1278 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()
1549 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()
1970 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs()
2069 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachDynamicTemporary()
DExecutionPlan.h516 ExecutionStep* tryExecutionStep() { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
522 const ExecutionStep* tryExecutionStep() const { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1229 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()
1236 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()