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

Method DebugString

tensorflow/core/common_runtime/colocation_graph.cc:510–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510string Member::DebugString() const {
511 return absl::StrCat(
512 "Member(assigned_device_name_index_=", assigned_device_name_index_,
513 " requested_device_name_='",
514 DeviceNameUtils::ParsedNameToString(requested_device_name_),
515 "' assigned_device_name_='",
516 DeviceNameUtils::ParsedNameToString(assigned_device_name_),
517 "' resource_device_name_='",
518 DeviceNameUtils::ParsedNameToString(resource_device_name_),
519 "' supported_device_types_=[",
520 absl::StrJoin(DeviceTypeAndPriorityToString(supported_device_types_),
521 ", "),
522 "] possible_devices_=[",
523 absl::StrJoin(DevicesToString(possible_devices_), ", "),
524 "] gpu_stream_idx_=", gpu_stream_idx_, ")");
525}
526
527DeviceNameUtils::ParsedName Member::GetSoftDeviceName() const {
528 DeviceNameUtils::ParsedName soft_device_name = requested_device_name_;

Callers 10

SetResourceDeviceNameMethod · 0.45
GetGroupNodesFunction · 0.45
LimitToAssignedDeviceMethod · 0.45
GetDevicesForNodeMethod · 0.45
DebugInfoMethod · 0.45
InitializeMemberMethod · 0.45

Calls 10

DebugInfoClass · 0.85
IsOpMethod · 0.80
DevicesToStringFunction · 0.70
StrCatFunction · 0.50
nodesMethod · 0.45
idMethod · 0.45
countMethod · 0.45
push_backMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected