Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h367 ExecutionStep* tryExecutionStep() { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
373 const ExecutionStep* tryExecutionStep() const { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
DExecutionPlan.cpp401 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()
631 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()
887 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()
1159 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()
1561 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfInput()
1580 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfOutput()
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp1199 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()
1206 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()