Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp2228 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
2229 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()
2247 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
2248 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()
3241 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local
3242 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F()