Searched refs:checkExecutionPlanSteps (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 1192 void checkExecutionPlanSteps(const ExecutionPlan& plan, in checkExecutionPlanSteps() function in __anonb50294d30111::PartitioningTest 2229 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F() 2248 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F() 3227 checkExecutionPlanSteps(plan, {kIfStep, "V1_0", kGotoStep, "V1_0"}); in TEST_F() 3242 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F() 3260 checkExecutionPlanSteps(plan, {"ALL"}); in TEST_F() 3278 checkExecutionPlanSteps(plan, {"ALL"}); in TEST_F() 3306 checkExecutionPlanSteps(plan, {DeviceManager::getCpuDevice()->getName()}); in testIfUnknownSize() 3349 checkExecutionPlanSteps(plan, {DeviceManager::getCpuDevice()->getName()}); in testWhileUnknownSize() 3456 checkExecutionPlanSteps(mPlan, {"deviceB", "deviceA", "deviceC"}); in TEST_F() [all …]
|