Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.h58 kw_ENTRY, enumerator
Dhlo_lexer.cc490 return "kw_ENTRY";
Dhlo_parser.cc550 const bool is_entry_computation = EatIfPresent(TokKind::kw_ENTRY); in ParseComputation()