Searched refs:HandleCollectivePermuteDone (Results 1 – 7 of 7) sorted by relevance
84 Status HandleCollectivePermuteDone(const HloInstruction* hlo) override;
116 Status HandleCollectivePermuteDone(HloInstructionPtr hlo) override { in HandleCollectivePermuteDone() function
64 Status HandleCollectivePermuteDone(HloInstruction* hlo) override;
124 virtual Status HandleCollectivePermuteDone(HloInstructionPtr hlo) = 0;
778 Status HloCostAnalysis::HandleCollectivePermuteDone( in HandleCollectivePermuteDone() function in xla::HloCostAnalysis
383 Status ShapeVerifier::HandleCollectivePermuteDone(HloInstruction* hlo) { in HandleCollectivePermuteDone() function in xla::ShapeVerifier
3141 return visitor->HandleCollectivePermuteDone(this); in Visit()