Searched defs:AttrConfig (Results 1 – 1 of 1) sorted by relevance
341 struct AttrConfig { struct in xla::__anonf806807d0111::HloParserImpl342 bool required; // whether it's required or optional343 AttrTy attr_type; // what type it is344 void* result; // where to store the parsed result.