Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h131 std::pair<unsigned, unsigned> GetLineAndColumn(LocTy location) const;
Dhlo_lexer.cc395 std::pair<unsigned, unsigned> HloLexer::GetLineAndColumn(LocTy location) const { in GetLineAndColumn() function in xla::HloLexer
Dhlo_parser.cc406 auto line_col = lexer_.GetLineAndColumn(loc); in Error()