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

Function ProtoDebugString

tensorflow/core/framework/resource_handle.cc:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92string ProtoDebugString(const ResourceHandle& handle) {
93 return handle.DebugString();
94}
95
96void EncodeResourceHandleList(const ResourceHandle* p, int64 n,
97 std::unique_ptr<port::StringListEncoder> e) {

Callers 6

DebugStringMethod · 0.70
GetPythonOpsFunction · 0.50
DebugStringMethod · 0.50
ComputeMethod · 0.50
TESTFunction · 0.50

Calls 1

DebugStringMethod · 0.45

Tested by 1

TESTFunction · 0.40