| 557 | |
| 558 | #if !defined(IS_MOBILE_PLATFORM) |
| 559 | Status EagerContext::GetClient(Device* device, eager::EagerClient** client) { |
| 560 | return GetClient(device->parsed_name(), client); |
| 561 | } |
| 562 | |
| 563 | Status EagerContext::GetClient(const DeviceNameUtils::ParsedName& device_name, |
| 564 | eager::EagerClient** client) { |
no test coverage detected