HomeSort by relevance Sort by last modified time
    Searched refs:debug_node (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 169 Node* debug_node; local
172 tensor_watch_urls[tensor_name], i, debug_op_name, &debug_node);
174 graph->AddEdge(copy_node, 0, debug_node, 0);
175 debug_nodes.push_back(debug_node);
205 for (Node* debug_node : debug_nodes) {
207 graph->AddEdge(debug_node, Graph::kControlSlot, edge->dst(),
382 Node* debug_node, const std::unordered_map<string, string>& attributes) {
388 for (const auto& attr : debug_node->op_def().attr()) {
392 debug_node->AddAttr<string>(attr.name(), attr_value);
399 "of debug node ", debug_node->name(), ": \"", attr_value, "\"")
    [all...]
debug_graph_utils.h 111 Node* debug_node, const std::unordered_map<string, string>& attributes);
119 const string& debug_op_name, Node** debug_node);

Completed in 65 milliseconds