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

Function LegacyName

tensorflow/core/util/device_name_utils.cc:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107namespace {
108string LegacyName(const string& job, int replica, int task, const string& type,
109 int id) {
110 return DeviceName(job, replica, task, "/", absl::AsciiStrToLower(type), id);
111}
112} // anonymous namespace
113
114bool DeviceNameUtils::ParseFullName(StringPiece fullname, ParsedName* p) {

Callers 1

Calls 1

DeviceNameFunction · 0.70

Tested by

no test coverage detected