Searched refs:cpuDeviceName (Results 1 – 1 of 1) sorted by relevance
2227 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local2228 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2246 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local2247 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()3239 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local3240 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F()