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

Function FormatNodeDefForError

tensorflow/core/framework/node_def_util.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133string FormatNodeDefForError(const NodeDef& node_def) {
134 return FormatNodeForError(NodeDebugInfo(node_def));
135}
136
137string FormatNodeDefForError(
138 StringPiece node_name, bool has_experimental_debug_info,

Callers 13

ComputeMethod · 0.85
FindKernelRegistrationFunction · 0.85
FindKernelDefFunction · 0.85
CreateOpKernelFunction · 0.85
InstantiateNodeMethod · 0.85
InstantiateFunctionFunction · 0.85
ValidateNodeDefFunction · 0.85
AttachDefFunction · 0.85
TESTFunction · 0.85
ProcessOutputsMethod · 0.85
SelectDeviceFunction · 0.85

Calls 2

FormatNodeForErrorFunction · 0.85
NodeDebugInfoClass · 0.70

Tested by 1

TESTFunction · 0.68