Searched refs:HandleGather (Results 1 – 9 of 9) sorted by relevance
112 Status HandleGather(const HloInstruction* gather) override;
206 Status HandleGather(HloInstructionPtr gather) override { in HandleGather() function
207 Status HandleGather(HloInstruction* gather) override;
97 Status HandleGather(HloInstruction* gather) override;
246 virtual Status HandleGather(HloInstructionPtr hlo) = 0;
710 Status HloCostAnalysis::HandleGather(const HloInstruction* gather) { in HandleGather() function in xla::HloCostAnalysis
810 Status ShapeVerifier::HandleGather(HloInstruction* gather) { in HandleGather() function in xla::ShapeVerifier
1047 Status HloEvaluator::HandleGather(HloInstruction* gather) { in HandleGather() function in xla::HloEvaluator
2650 return visitor->HandleGather(this); in Visit()