Searched defs:AttrConfig (Results 1 – 1 of 1) sorted by relevance
353 struct AttrConfig { struct in xla::__anone3ea97620111::HloParserImpl354 bool required; // whether it's required or optional355 AttrTy attr_type; // what type it is356 void* result; // where to store the parsed result.