Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h142 Status HandleReshape(HloInstruction* reshape) override;
Dhlo_verifier.h57 Status HandleReshape(HloInstruction* reshape) override;
Dhlo_cost_analysis.h99 Status HandleReshape(const HloInstruction* reshape) override;
Ddfs_hlo_visitor_with_default.h167 Status HandleReshape(HloInstructionPtr reshape) override { in HandleReshape() function
Ddfs_hlo_visitor.h202 virtual Status HandleReshape(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc358 Status HloCostAnalysis::HandleReshape(const HloInstruction*) { in HandleReshape() function in xla::HloCostAnalysis
Dhlo_verifier.cc188 Status ShapeVerifier::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::ShapeVerifier
Dalgebraic_simplifier.cc157 Status HandleReshape(HloInstruction* reshape) override;
1495 Status AlgebraicSimplifierVisitor::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator.cc2217 Status HloEvaluator::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::HloEvaluator
Dhlo_instruction.cc2635 return visitor->HandleReshape(this); in Visit()