Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp660 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
862 if (const IfStep* step = tryIfStep()) { in dump()
921 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
992 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
1019 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles()
1297 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
1543 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()
DExecutionPlan.h517 IfStep* tryIfStep() { return std::get_if<IfStep>(&mStep); } in tryIfStep() function
523 const IfStep* tryIfStep() const { return std::get_if<IfStep>(&mStep); } in tryIfStep() function