Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser.cc5489 auto try_parsing_async_op = [&](absl::string_view suffix, in ParseOpcode() local
5500 if (try_parsing_async_op("-start", HloOpcode::kAsyncStart) || in ParseOpcode()
5501 try_parsing_async_op("-update", HloOpcode::kAsyncUpdate) || in ParseOpcode()
5502 try_parsing_async_op("-done", HloOpcode::kAsyncDone)) { in ParseOpcode()