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.cc415 std::unordered_set<string> unfulfilled_keys; in SetDebugNodeAttributes() local
417 unfulfilled_keys.insert(item.first); in SetDebugNodeAttributes()
456 unfulfilled_keys.erase(attr.name()); in SetDebugNodeAttributes()
460 if (unfulfilled_keys.empty()) { in SetDebugNodeAttributes()
464 unfulfilled_keys.size(), in SetDebugNodeAttributes()
466 ": ", absl::StrJoin(unfulfilled_keys, ", ")); in SetDebugNodeAttributes()