Searched refs:cpuDeviceName (Results 1 – 1 of 1) sorted by relevance
2228 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local2229 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()2247 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local2248 checkExecutionPlanSteps(compilation.getExecutionPlan(), {cpuDeviceName}); in TEST_F()3241 const auto& cpuDeviceName = DeviceManager::getCpuDevice()->getName(); in TEST_F() local3242 checkExecutionPlanSteps(plan, {kWhileStep, cpuDeviceName, kGotoStep, "V1_0", kGotoStep}); in TEST_F()