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

Function DebugStringIfAvailable

tensorflow/core/platform/protobuf_internal.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#ifdef TENSORFLOW_LITE_PROTOS
30template <class T>
31string DebugStringIfAvailable(T proto) {
32 return "[DebugString not available with lite protos]";
33}
34#else
35template <class T>
36auto DebugStringIfAvailable(T proto) -> decltype(proto.DebugString()) {

Callers 8

GetSignaturesFunction · 0.85
GetRegressionSignatureFunction · 0.85
GetGenericSignatureFunction · 0.85
GetNamedSignatureFunction · 0.85
ParseAnyFunction · 0.85

Calls 1

DebugStringMethod · 0.45

Tested by

no test coverage detected