Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc241 std::unordered_set<string>* seen_attrs);
256 std::unordered_set<string>* seen_attrs);
2597 std::unordered_set<string> seen_attrs; in ParseSubAttributes() local
2603 if (!ParseAttributeHelper(attrs, &seen_attrs)) { in ParseSubAttributes()
2611 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseSubAttributes()
2623 std::unordered_set<string> seen_attrs; in ParseAttributes() local
2625 if (!ParseAttributeHelper(attrs, &seen_attrs)) { in ParseAttributes()
2632 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseAttributes()
2642 std::unordered_set<string>* seen_attrs) { in ParseAttributeHelper() argument
2649 if (!seen_attrs->insert(name).second) { in ParseAttributeHelper()
[all …]