Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp2227 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
2228 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()
2246 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
2247 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()
3239 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
3240 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F()