Searched refs:debug_node (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.cc | 202 Node* debug_node; in InsertNodes() local 205 debug_op_name, &debug_node); in InsertNodes() 207 graph->AddEdge(copy_node, 0, debug_node, 0); in InsertNodes() 208 debug_nodes.push_back(debug_node); in InsertNodes() 238 for (Node* debug_node : debug_nodes) { in InsertNodes() 240 graph->AddEdge(debug_node, Graph::kControlSlot, edge->dst(), in InsertNodes() 414 Node* debug_node, const std::unordered_map<string, string>& attributes) { in SetDebugNodeAttributes() argument 420 for (const auto& attr : debug_node->op_def().attr()) { in SetDebugNodeAttributes() 424 debug_node->AddAttr<string>(attr.name(), attr_value); in SetDebugNodeAttributes() 431 "of debug node ", debug_node->name(), ": \"", attr_value, "\""); in SetDebugNodeAttributes() [all …]
|
D | debug_graph_utils.h | 111 Node* debug_node, const std::unordered_map<string, string>& attributes); 119 const string& debug_op_name, Node** debug_node);
|