Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h450 struct WhileStep { struct
452 size_t index = ~size_t(0);
454 size_t condStepIndex = ~size_t(0);
456 size_t bodyStepIndex = ~size_t(0);
458 size_t exitStepIndex = ~size_t(0);
483 // One of ExecutionStep, IfStep, WhileStep, or GotoStep. argument