Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h78 Status HandleCollectivePermute(const HloInstruction* hlo) override;
Ddfs_hlo_visitor_with_default.h106 Status HandleCollectivePermute(HloInstructionPtr hlo) override { in HandleCollectivePermute() function
Dhlo_verifier.h59 Status HandleCollectivePermute(HloInstruction* hlo) override;
Ddfs_hlo_visitor.h118 virtual Status HandleCollectivePermute(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc597 Status HloCostAnalysis::HandleCollectivePermute(const HloInstruction* /*hlo*/) { in HandleCollectivePermute() function in xla::HloCostAnalysis
Dhlo_verifier.cc208 Status ShapeVerifier::HandleCollectivePermute(HloInstruction* hlo) { in HandleCollectivePermute() function in xla::ShapeVerifier
Dhlo_instruction.cc2554 return visitor->HandleCollectivePermute(this); in Visit()