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

Class NodeDebugInfo

tensorflow/core/graph/graph.h:415–423  ·  view source on GitHub ↗

Stores debug information associated with the Node.

Source from the content-addressed store, hash-verified

413
414// Stores debug information associated with the Node.
415struct NodeDebugInfo {
416 const string name;
417 std::vector<string> original_node_names;
418
419 NodeDebugInfo(const Node& n);
420 NodeDebugInfo(const NodeDef& ndef);
421 NodeDebugInfo(StringPiece node_name, bool has_experimental_debug_info,
422 const NodeDef_ExperimentalDebugInfo& experimental_debug_info);
423};
424
425// Represents an input of a node, i.e., the `index`-th input to `node`.
426struct InputTensor {

Callers 13

OptimizeMethod · 0.70
AddSendFunction · 0.70
AddRecvFunction · 0.70
PartitionFunction · 0.70
AddPlaceholdersForFeedsFunction · 0.50
RecordArgMethod · 0.50
RecordResultMethod · 0.50
RecordArgMethod · 0.50
RecordResultMethod · 0.50
PartiallyDeclusterNodeFunction · 0.50
BuildXlaLaunchOpsMethod · 0.50
AddInputIdentityFunction · 0.50

Calls

no outgoing calls

Tested by 2

AddInputIdentityFunction · 0.40
AddOutputIdentitiesFunction · 0.40