Searched refs:debug_node (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.cc | 169 Node* debug_node; in InsertNodes() local 172 tensor_watch_urls[tensor_name], i, debug_op_name, &debug_node); in InsertNodes() 174 graph->AddEdge(copy_node, 0, debug_node, 0); in InsertNodes() 175 debug_nodes.push_back(debug_node); in InsertNodes() 205 for (Node* debug_node : debug_nodes) { in InsertNodes() 207 graph->AddEdge(debug_node, Graph::kControlSlot, edge->dst(), in InsertNodes() 381 Node* debug_node, const std::unordered_map<string, string>& attributes) { in SetDebugNodeAttributes() argument 387 for (const auto& attr : debug_node->op_def().attr()) { in SetDebugNodeAttributes() 391 debug_node->AddAttr<string>(attr.name(), attr_value); in SetDebugNodeAttributes() 398 "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);
|