Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1708 WhileState& state = controller->mWhileState[controller->mNextStepIndex]; in nextCompound()
1709 if (state.stage == WhileState::EVALUATE_CONDITION) { in nextCompound()
1710 state.iteration = state.iteration == WhileState::kOutsideLoop ? 0 : state.iteration + 1; in nextCompound()
1734 state.stage = WhileState::EVALUATE_BODY; in nextCompound()
1738 CHECK(state.stage == WhileState::EVALUATE_BODY); in nextCompound()
1819 state.iteration = WhileState::kOutsideLoop; in nextCompound()
1822 state.stage = WhileState::EVALUATE_CONDITION; in nextCompound()
DExecutionPlan.h538 struct WhileState { struct
670 std::unordered_map<size_t, WhileState> mWhileState;