Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h530 WhileStep* createNewWhileStep();
DExecutionPlan.cpp1453 WhileStep* ExecutionPlan::createNewWhileStep() { in createNewWhileStep() function in android::nn::ExecutionPlan
1802 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal()