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

Method DebugString

tensorflow/core/framework/resource_handle.cc:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86string ResourceHandle::DebugString() const {
87 return strings::StrCat("device: ", device(), " container: ", container(),
88 " name: ", name(), " hash_code: ", hash_code(),
89 " maybe_type_name: ", maybe_type_name());
90}
91
92string ProtoDebugString(const ResourceHandle& handle) {
93 return handle.DebugString();

Callers 1

ProtoDebugStringFunction · 0.45

Calls 4

containerFunction · 0.85
nameFunction · 0.85
StrCatFunction · 0.50
deviceFunction · 0.50

Tested by

no test coverage detected