Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h519 GotoStep* tryGotoStep() { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function
525 const GotoStep* tryGotoStep() const { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function
DExecutionPlan.cpp866 } else if (const GotoStep* step = tryGotoStep()) { in dump()
1547 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound()