Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h215 Status HandleTranspose(HloInstruction* transpose) override;
Dhlo_cost_analysis.h119 Status HandleTranspose(const HloInstruction* transpose) override;
Ddfs_hlo_visitor_with_default.h207 Status HandleTranspose(HloInstructionPtr transpose) override { in HandleTranspose() function
Dhlo_verifier.h82 Status HandleTranspose(HloInstruction* transpose) override;
Ddfs_hlo_visitor.h249 virtual Status HandleTranspose(HloInstructionPtr hlo) = 0;
Ddynamic_dimension_inference.cc99 Status HandleTranspose(HloInstruction* hlo) override;
543 Status DynamicDimensionInferenceVisitor::HandleTranspose(HloInstruction* hlo) { in HandleTranspose() function in xla::DynamicDimensionInferenceVisitor
Dhlo_verifier.cc738 Status ShapeVerifier::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::ShapeVerifier
1861 Status HandleTranspose(HloInstruction* transpose) override { in HandleTranspose() function in xla::__anon45533f2c0811::InstructionVerifier
Dhlo_cost_analysis.cc535 Status HloCostAnalysis::HandleTranspose(const HloInstruction* transpose) { in HandleTranspose() function in xla::HloCostAnalysis
Dhlo_evaluator.cc481 Status HloEvaluator::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::HloEvaluator
Dalgebraic_simplifier.cc365 Status HandleTranspose(HloInstruction* transpose) override;
5071 Status AlgebraicSimplifierVisitor::HandleTranspose(HloInstruction* transpose) { in HandleTranspose() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc3207 return visitor->HandleTranspose(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h436 Status HandleTranspose(HloInstruction* hlo) override;
Dspmd_partitioner.cc1946 Status SpmdPartitioningVisitor::HandleTranspose(HloInstruction* hlo) { in HandleTranspose() function in xla::spmd::SpmdPartitioningVisitor