Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc52 Status HandleReshape(HloInstruction* hlo) override;
330 Status DynamicDimensionInferenceVisitor::HandleReshape(HloInstruction* hlo) { in HandleReshape() function in xla::DynamicDimensionInferenceVisitor
Dhlo_cost_analysis.h106 Status HandleReshape(const HloInstruction* reshape) override;
Ddfs_hlo_visitor_with_default.h182 Status HandleReshape(HloInstructionPtr reshape) override { in HandleReshape() function
Dhlo_evaluator.h197 Status HandleReshape(HloInstruction* reshape) override;
Dhlo_verifier.h72 Status HandleReshape(HloInstruction* reshape) override;
Ddfs_hlo_visitor.h231 virtual Status HandleReshape(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc392 Status HloCostAnalysis::HandleReshape(const HloInstruction*) { in HandleReshape() function in xla::HloCostAnalysis
Dhlo_verifier.cc494 Status ShapeVerifier::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::ShapeVerifier
Dhlo_evaluator.cc436 Status HloEvaluator::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::HloEvaluator
Dalgebraic_simplifier.cc226 Status HandleReshape(HloInstruction* reshape) override;
2588 Status AlgebraicSimplifierVisitor::HandleReshape(HloInstruction* reshape) { in HandleReshape() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc2610 return visitor->HandleReshape(this); in Visit()