Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc1772 for (const auto& attr_it : attrs) { in ParseSubAttributes() local
1773 if (attr_it.second.required && in ParseSubAttributes()
1774 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseSubAttributes()
1776 attr_it.first.c_str())); in ParseSubAttributes()
1793 for (const auto& attr_it : attrs) { in ParseAttributes() local
1794 if (attr_it.second.required && in ParseAttributes()
1795 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseAttributes()
1797 attr_it.first.c_str())); in ParseAttributes()
1815 auto attr_it = attrs.find(name); in ParseAttributeHelper() local
1816 if (attr_it == attrs.end()) { in ParseAttributeHelper()
[all …]