Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc353 struct AttrConfig { struct in xla::__anone3ea97620111::HloParserImpl
354 bool required; // whether it's required or optional
355 AttrTy attr_type; // what type it is
356 void* result; // where to store the parsed result.