static */
| 100 | |
| 101 | /* static */ |
| 102 | string DeviceNameUtils::FullName(const string& job, int replica, int task, |
| 103 | const string& type, int id) { |
| 104 | return DeviceName(job, replica, task, "/device:", type, id); |
| 105 | } |
| 106 | |
| 107 | namespace { |
| 108 | string LegacyName(const string& job, int replica, int task, const string& type, |
nothing calls this directly
no test coverage detected