Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc655 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseShapeIndex()
665 if (!ParseToken(TokKind::kRbrace, "Expects '}' at the end of ShapeIndex")) { in ParseShapeIndex()
678 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseAliasing()
727 if (!ParseToken(TokKind::kRbrace, in ParseAliasing()
743 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseInstructionOutputOperandAliasing()
779 TokKind::kRbrace, in ParseInstructionOutputOperandAliasing()
929 } while (lexer_.GetKind() != TokKind::kRbrace); in ParseInstructionList()
930 if (!ParseToken(TokKind::kRbrace, in ParseInstructionList()
2667 lexer_.GetKind() != TokKind::kRbrace) { in ParseSharding()
2673 if (lexer_.GetKind() != TokKind::kRbrace) { in ParseSharding()
[all …]
Dhlo_lexer.h48 kRbrace, // { } enumerator
Dhlo_lexer.cc158 return TokKind::kRbrace; in LexToken()
483 return "kRbrace";