Home
last modified time | relevance | path

Searched refs:tensor_watches (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc65 std::unordered_map<string, std::vector<string>> tensor_watches; in InsertNodes() local
113 tensor_watches[tensor_name] = debug_ops; in InsertNodes()
124 if (tensor_watches.empty()) { in InsertNodes()
151 tensor_watches.find(tensor_name) != tensor_watches.end(); in InsertNodes()
177 ? tensor_watches[tensor_name] in InsertNodes()