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

Method DebugString

tensorflow/core/common_runtime/device.h:172–172  ·  view source on GitHub ↗

Summarizes the status of this Device, for debugging.

Source from the content-addressed store, hash-verified

170
171 // Summarizes the status of this Device, for debugging.
172 string DebugString() const { return ProtoDebugString(device_attributes_); }
173
174 // Assembles the parameter components into a complete DeviceAttributes value.
175 static DeviceAttributes BuildDeviceAttributes(

Callers

nothing calls this directly

Calls 1

ProtoDebugStringFunction · 0.50

Tested by

no test coverage detected