Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h389 struct WhileState { struct
391 static constexpr uint64_t kOutsideLoop = ~uint64_t(0);
393 enum Stage { EVALUATE_CONDITION, EVALUATE_BODY } stage = EVALUATE_CONDITION;
396 uint64_t iteration = kOutsideLoop;
398 std::chrono::time_point<std::chrono::steady_clock> startTime;