Home
last modified time | relevance | path

Searched refs:kAttributeName (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h75 kAttributeName, // dimensions= enumerator
103 case TokKind::kAttributeName: in GetStrVal()
Dhlo_lexer.cc250 return TokKind::kAttributeName; in LexIdentifier()
523 return "kAttributeName";
Dhlo_parser.cc2752 case TokKind::kAttributeName: { in ParseSingleSharding()
4653 if (lexer_.GetKind() != TokKind::kAttributeName) { in ParseAttributeName()