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.cc202 struct AttrConfig { struct in xla::__anonc071bf1f0111::HloParser
203 bool required; // whether it's required or optional
204 AttrTy attr_type; // what type it is
205 void* result; // where to store the parsed result.