Searched refs:checkExecutionPlanSteps (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestPartitioning.cpp | 1191 void checkExecutionPlanSteps(const ExecutionPlan& plan, in checkExecutionPlanSteps() function in __anon63efd43f0110::PartitioningTest 2228 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F() 2247 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F() 3225 checkExecutionPlanSteps(plan, {kIfStep, "V1_0", kGotoStep, "V1_0"}); in TEST_F() 3240 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F() 3258 checkExecutionPlanSteps(plan, {"ALL"}); in TEST_F() 3276 checkExecutionPlanSteps(plan, {"ALL"}); in TEST_F() 3304 checkExecutionPlanSteps(plan, {DeviceManager::getCpuDevice()->getName()}); in testIfUnknownSize() 3347 checkExecutionPlanSteps(plan, {DeviceManager::getCpuDevice()->getName()}); in testWhileUnknownSize() 3454 checkExecutionPlanSteps(mPlan, {"deviceB", "deviceA", "deviceC"}); in TEST_F() [all …]
|