Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1930 GotoStep* ExecutionPlan::createNewGotoStep() { in createNewGotoStep() function in android::nn::ExecutionPlan
2296 GotoStep* afterThenBranch = plan->createNewGotoStep(); in partitionTheWorkInternal()
2354 GotoStep* afterCond = plan->createNewGotoStep(); in partitionTheWorkInternal()
2359 GotoStep* afterBody = plan->createNewGotoStep(); in partitionTheWorkInternal()
DExecutionPlan.h707 GotoStep* createNewGotoStep();