MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / FullName

Method FullName

tensorflow/core/util/device_name_utils.cc:102–105  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

100
101/* static */
102string 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
107namespace {
108string LegacyName(const string& job, int replica, int task, const string& type,

Callers

nothing calls this directly

Calls 1

DeviceNameFunction · 0.70

Tested by

no test coverage detected