Home
last modified time | relevance | path

Searched refs:HandleTranspose (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h144 Status HandleTranspose(HloInstruction* transpose) override;
Dhlo_verifier.h58 Status HandleTranspose(HloInstruction* transpose) override;
Dhlo_cost_analysis.h100 Status HandleTranspose(const HloInstruction* transpose) override;
Ddfs_hlo_visitor_with_default.h170 Status HandleTranspose(HloInstructionPtr transpose) override { in HandleTranspose() function
Ddfs_hlo_visitor.h203 virtual Status HandleTranspose(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc377 Status HloCostAnalysis::HandleTranspose(const HloInstruction*) { in HandleTranspose() function in xla::HloCostAnalysis
Dhlo_verifier.cc196 Status ShapeVerifier::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::ShapeVerifier
Dalgebraic_simplifier.cc169 Status HandleTranspose(HloInstruction* transpose) override;
1827 Status AlgebraicSimplifierVisitor::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator.cc2225 Status HloEvaluator::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::HloEvaluator
Dhlo_instruction.cc2637 return visitor->HandleTranspose(this); in Visit()