HomeSort by relevance Sort by last modified time
    Searched full:lexer_ (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 47 : lexer_(str), config_(config) {}
231 HloLexer lexer_; member in class:xla::tools::__anon39124::HloParser
239 auto line_col = lexer_.GetLineAndColumn(loc);
245 error_lines.push_back(lexer_.GetLine(loc).ToString());
254 return Error(lexer_.GetLoc(), msg);
258 lexer_.Lex();
264 if (lexer_.GetKind() != TokKind::kw_HloModule) {
268 lexer_.Lex();
287 } while (lexer_.GetKind() != TokKind::kEof);
325 LocTy maybe_entry_loc = lexer_.GetLoc()
    [all...]

Completed in 55 milliseconds