Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc469 auto recv_done_device = GetInstructionDevice(*channel.recv_done); in VerifyChannelInstructions() local
470 if (!recv_done_device) { in VerifyChannelInstructions()
474 if (*recv_device != *recv_done_device) { in VerifyChannelInstructions()
478 channel.id, *recv_device, *recv_done_device); in VerifyChannelInstructions()