Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc650 if (!ParseToken(TokKind::kLbrace, "Expects '{' at the start of ShapeIndex")) { in ParseShapeIndex()
673 if (!ParseToken(TokKind::kLbrace, in ParseAliasing()
738 TokKind::kLbrace, in ParseInstructionOutputOperandAliasing()
920 if (!ParseToken(TokKind::kLbrace, in ParseInstructionList()
2661 if (!ParseToken(TokKind::kLbrace, in ParseSharding()
2666 if (lexer_.GetKind() != TokKind::kLbrace && in ParseSharding()
2693 if (!ParseToken(TokKind::kLbrace, in ParseFrontendAttributes()
2726 !ParseToken(TokKind::kLbrace, in ParseSingleSharding()
2856 if (!ParseToken(TokKind::kLbrace, in ParseParameterReplication()
2889 if (!ParseInt64ListList(TokKind::kLbrace, TokKind::kRbrace, TokKind::kComma, in ParseReplicaGroupsOnly()
[all …]
Dhlo_lexer.h47 kLbrace, enumerator
Dhlo_lexer.cc156 return TokKind::kLbrace; in LexToken()
481 return "kLbrace";