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

Function MergeDebugInfo

tensorflow/core/framework/node_def_util.cc:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void MergeDebugInfo(const NodeDebugInfo& from, Node* to) {
157 std::set<string> names;
158 GetMergedOriginalNodeNames(from, NodeDebugInfo(*to), &names);
159 to->set_original_node_names({names.begin(), names.end()});
160}
161
162void MergeDebugInfo(const NodeDebugInfo& from, NodeDef* to) {
163 std::set<string> names;

Callers 10

AddPlaceholdersForFeedsFunction · 0.85
PartiallyDeclusterNodeFunction · 0.85
BuildXlaLaunchOpsMethod · 0.85
NodeDefBuilderMethod · 0.85
GraphToFunctionDefFunction · 0.85
AddInputIdentityFunction · 0.85
AddOutputIdentitiesFunction · 0.85
OptimizeMethod · 0.85
PartitionFunction · 0.85

Calls 6

NodeDebugInfoClass · 0.70
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by 2

AddInputIdentityFunction · 0.68
AddOutputIdentitiesFunction · 0.68