Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp672 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs()
695 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()
938 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()
1053 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles()
1330 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()
1601 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()
2022 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs()
2121 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.cpp1213 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()
1220 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()