Searched defs:AttrConfig (Results 1 – 1 of 1) sorted by relevance
202 struct AttrConfig { struct in xla::__anonc071bf1f0111::HloParser203 bool required; // whether it's required or optional204 AttrTy attr_type; // what type it is205 void* result; // where to store the parsed result.