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

Method DebugString

tensorflow/core/common_runtime/function.cc:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300string FunctionLibraryRuntimeOverlay::DebugString(Handle handle) {
301 return base_flr_->DebugString(handle);
302}
303
304int FunctionLibraryRuntimeOverlay::graph_def_version() const {
305 return base_flr_->graph_def_version();

Callers 4

IsLocalTargetMethod · 0.45
RemoveIdentityNodesFunction · 0.45
InlineFunctionBodyFunction · 0.45
ToGraphDefFunction · 0.45

Calls 5

GetHandleOnDeviceMethod · 0.80
DebugStringFunction · 0.70
StrCatFunction · 0.50
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected