Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1878 GotoStep* ExecutionPlan::createNewGotoStep() { in createNewGotoStep() function in android::nn::ExecutionPlan
2243 GotoStep* afterThenBranch = plan->createNewGotoStep(); in partitionTheWorkInternal()
2301 GotoStep* afterCond = plan->createNewGotoStep(); in partitionTheWorkInternal()
2306 GotoStep* afterBody = plan->createNewGotoStep(); in partitionTheWorkInternal()
DExecutionPlan.h707 GotoStep* createNewGotoStep();