Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h83 Status HandleReverse(const HloInstruction* reverse) override;
Ddfs_hlo_visitor_with_default.h121 Status HandleReverse(HloInstructionPtr reverse) override { in HandleReverse() function
Dhlo_verifier.h65 Status HandleReverse(HloInstruction* reverse) override;
Ddfs_hlo_visitor.h223 virtual Status HandleReverse(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc187 Status HloCostAnalysis::HandleReverse(const HloInstruction*) { in HandleReverse() function in xla::HloCostAnalysis
Dhlo_verifier.cc331 Status ShapeVerifier::HandleReverse(HloInstruction* reverse) { in HandleReverse() function in xla::ShapeVerifier
Dalgebraic_simplifier.cc232 Status HandleReverse(HloInstruction* reverse) override;
2657 Status AlgebraicSimplifierVisitor::HandleReverse(HloInstruction* reverse) { in HandleReverse() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator_typed_visitor.h979 Status HandleReverse(HloInstruction* reverse) override { in HandleReverse() function
Dhlo_instruction.cc2614 return visitor->HandleReverse(this); in Visit()