Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc159 return TokKind::kLsquare; in LexToken()
472 return "kLsquare";
Dhlo_lexer.h45 kLsquare, enumerator
Dhlo_parser.cc1822 if (!ParseToken(TokKind::kLsquare, 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()