Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h368 IfStep* tryIfStep() { return std::get_if<IfStep>(&mStep); } in tryIfStep() function
374 const IfStep* tryIfStep() const { return std::get_if<IfStep>(&mStep); } in tryIfStep() function
DExecutionPlan.cpp406 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
599 if (const IfStep* step = tryIfStep()) { in dump()
639 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
702 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
906 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
1153 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()