Searched refs:HandleDynamicReshape (Results 1 – 8 of 8) sorted by relevance
116 Status HandleDynamicReshape(const HloInstruction* reshape) override;
201 Status HandleDynamicReshape(HloInstructionPtr dynamic_reshape) override { in HandleDynamicReshape() function
81 Status HandleDynamicReshape(HloInstruction* dynamic_reshape) override;
248 virtual Status HandleDynamicReshape(HloInstructionPtr hlo) = 0;
101 Status HandleDynamicReshape(HloInstruction* hlo) override;804 Status DynamicDimensionInferenceVisitor::HandleDynamicReshape( in HandleDynamicReshape() function in xla::DynamicDimensionInferenceVisitor
516 Status HloCostAnalysis::HandleDynamicReshape(const HloInstruction*) { in HandleDynamicReshape() function in xla::HloCostAnalysis
715 Status ShapeVerifier::HandleDynamicReshape(HloInstruction* dynamic_reshape) { in HandleDynamicReshape() function in xla::ShapeVerifier
3205 return visitor->HandleDynamicReshape(this); in Visit()