Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc382 std::unordered_set<string> unfulfilled_keys; in SetDebugNodeAttributes() local
384 unfulfilled_keys.insert(item.first); in SetDebugNodeAttributes()
423 unfulfilled_keys.erase(attr.name()); in SetDebugNodeAttributes()
427 if (unfulfilled_keys.empty()) { in SetDebugNodeAttributes()
431 unfulfilled_keys.size(), in SetDebugNodeAttributes()
433 ": ", str_util::Join(unfulfilled_keys, ", ")); in SetDebugNodeAttributes()