Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h84 Status HandleCollectivePermuteDone(const HloInstruction* hlo) override;
Ddfs_hlo_visitor_with_default.h116 Status HandleCollectivePermuteDone(HloInstructionPtr hlo) override { in HandleCollectivePermuteDone() function
Dhlo_verifier.h64 Status HandleCollectivePermuteDone(HloInstruction* hlo) override;
Ddfs_hlo_visitor.h124 virtual Status HandleCollectivePermuteDone(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc778 Status HloCostAnalysis::HandleCollectivePermuteDone( in HandleCollectivePermuteDone() function in xla::HloCostAnalysis
Dhlo_verifier.cc383 Status ShapeVerifier::HandleCollectivePermuteDone(HloInstruction* hlo) { in HandleCollectivePermuteDone() function in xla::ShapeVerifier
Dhlo_instruction.cc3141 return visitor->HandleCollectivePermuteDone(this); in Visit()