Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
902 if (const IfStep* step = tryIfStep()) { in dump()
965 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
1037 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
1064 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles()
1349 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
1595 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