Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h370 GotoStep* tryGotoStep() { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function
376 const GotoStep* tryGotoStep() const { return std::get_if<GotoStep>(&mStep); } in tryGotoStep() function
DExecutionPlan.cpp603 } else if (const GotoStep* step = tryGotoStep()) { in dump()
1157 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound()