Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc161 return TokKind::kRsquare; in LexToken()
474 return "kRsquare";
Dhlo_lexer.h46 kRsquare, // [ ] enumerator
Dhlo_parser.cc1835 if (!ParseToken(TokKind::kRsquare, in ParseSingleSharding()
2350 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseSparseLiteral()
3234 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kColon, in ParseSliceRanges()
3410 return ParseList(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseDimensionSizes()