Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc242 HloModuleGroupMetadata::GetCompanionsPath(const HloInstruction* hlo) const { in GetCompanionsPath() function in xla::HloModuleGroupMetadata
495 std::vector<TrackedInstruction> path = GetCompanionsPath(channel.send); in VerifyChannelInstructions()
497 path, GetCompanionsPath(channel.send_done)) || in VerifyChannelInstructions()
499 GetCompanionsPath(channel.recv)) || in VerifyChannelInstructions()
501 path, GetCompanionsPath(channel.recv_done))) { in VerifyChannelInstructions()
Dhlo_module_group_metadata.h154 std::vector<TrackedInstruction> GetCompanionsPath(