Searched refs:AttrConfig (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 202 struct AttrConfig { struct in xla::__anon8590f6b60111::HloParser 229 bool ParseAttributes(const std::unordered_map<string, AttrConfig>& attrs); 234 bool ParseSubAttributes(const std::unordered_map<string, AttrConfig>& attrs); 240 bool ParseAttributeHelper(const std::unordered_map<string, AttrConfig>& attrs, 492 std::unordered_map<string, AttrConfig> attrs; in ParseHloModule() 667 std::unordered_map<string, AttrConfig> attrs; in ParseInstructionRhs() 1925 std::unordered_map<string, AttrConfig> attrs; in ParseDomain() 2592 const std::unordered_map<string, AttrConfig>& attrs) { in ParseSubAttributes() 2621 const std::unordered_map<string, AttrConfig>& attrs) { in ParseAttributes() 2641 const std::unordered_map<string, AttrConfig>& attrs, in ParseAttributeHelper() [all …]
|