Home
last modified time | relevance | path

Searched refs:HandleGather (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h112 Status HandleGather(const HloInstruction* gather) override;
Ddfs_hlo_visitor_with_default.h206 Status HandleGather(HloInstructionPtr gather) override { in HandleGather() function
Dhlo_evaluator.h207 Status HandleGather(HloInstruction* gather) override;
Dhlo_verifier.h97 Status HandleGather(HloInstruction* gather) override;
Ddfs_hlo_visitor.h246 virtual Status HandleGather(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc710 Status HloCostAnalysis::HandleGather(const HloInstruction* gather) { in HandleGather() function in xla::HloCostAnalysis
Dhlo_verifier.cc810 Status ShapeVerifier::HandleGather(HloInstruction* gather) { in HandleGather() function in xla::ShapeVerifier
Dhlo_evaluator.cc1047 Status HloEvaluator::HandleGather(HloInstruction* gather) { in HandleGather() function in xla::HloEvaluator
Dhlo_instruction.cc2650 return visitor->HandleGather(this); in Visit()