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.h73 kAttributeName, // dimensions= enumerator
101 case TokKind::kAttributeName: in GetStrVal()
Dhlo_lexer.cc257 return TokKind::kAttributeName; in LexIdentifier()
514 return "kAttributeName";
Dhlo_parser.cc1813 case TokKind::kAttributeName: { in ParseSingleSharding()
3625 if (lexer_.GetKind() != TokKind::kAttributeName) { in ParseAttributeName()