Searched refs:try_parsing_async_op (Results 1 – 1 of 1) sorted by relevance
5489 auto try_parsing_async_op = [&](absl::string_view suffix, in ParseOpcode() local5500 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()