static
| 59 | |
| 60 | // static |
| 61 | DeviceAttributes Device::BuildDeviceAttributes( |
| 62 | const string& name, DeviceType device, Bytes memory_limit, |
| 63 | const DeviceLocality& locality, const string& physical_device_desc) { |
| 64 | return BuildDeviceAttributes(name, "", device, memory_limit, locality, |
| 65 | physical_device_desc); |
| 66 | } |
| 67 | |
| 68 | // static |
| 69 | DeviceAttributes Device::BuildDeviceAttributes( |
nothing calls this directly
no test coverage detected