Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_token.h62 kAttributeName, // dimensions= enumerator
Dhlo_lexer.cc197 return TokKind::kAttributeName; in LexIdentifier()
436 return "kAttributeName";
Dhlo_lexer.h45 case TokKind::kAttributeName: in GetStrVal()
Dhlo_parser.cc1142 case TokKind::kAttributeName: { in ParseSingleSharding()
2349 if (lexer_.GetKind() != TokKind::kAttributeName) { in ParseAttributeName()