Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc488 TF_RETURN_IF_ERROR(CheckCommunicatingInstruction(channel.send)); in VerifyChannelInstructions()
489 TF_RETURN_IF_ERROR(CheckCommunicatingInstruction(channel.send_done)); in VerifyChannelInstructions()
490 TF_RETURN_IF_ERROR(CheckCommunicatingInstruction(channel.recv)); in VerifyChannelInstructions()
491 TF_RETURN_IF_ERROR(CheckCommunicatingInstruction(channel.recv_done)); in VerifyChannelInstructions()
509 Status HloModuleGroupMetadata::CheckCommunicatingInstruction( in CheckCommunicatingInstruction() function in xla::HloModuleGroupMetadata
Dhlo_module_group_metadata.h237 Status CheckCommunicatingInstruction(HloInstruction* instruction) const;