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

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.cc 320 if (line_no_cache_.last_query && CanDereference(line_no_cache_.last_query) &&
321 line_no_cache_.last_query <= location) {
322 ptr = line_no_cache_.last_query;
332 line_no_cache_.last_query = ptr;
hlo_lexer.h 121 const char* last_query; member in struct:xla::tools::HloLexer::LineNoCacheTy

Completed in 66 milliseconds