Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc121 struct AttrConfig { struct in xla::tools::__anon9449f1f20111::HloParser
148 bool ParseAttributes(const std::unordered_map<string, AttrConfig>& attrs);
153 bool ParseSubAttributes(const std::unordered_map<string, AttrConfig>& attrs);
159 bool ParseAttributeHelper(const std::unordered_map<string, AttrConfig>& attrs,
431 std::unordered_map<string, AttrConfig> attrs; in ParseInstruction()
1755 const std::unordered_map<string, AttrConfig>& attrs) { in ParseSubAttributes()
1784 const std::unordered_map<string, AttrConfig>& attrs) { in ParseAttributes()
1804 const std::unordered_map<string, AttrConfig>& attrs, in ParseAttributeHelper()
2448 std::unordered_map<string, AttrConfig> attrs; in ParseMetadata()