Home
last modified time | relevance | path

Searched refs:HandleDynamicReshape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h116 Status HandleDynamicReshape(const HloInstruction* reshape) override;
Ddfs_hlo_visitor_with_default.h201 Status HandleDynamicReshape(HloInstructionPtr dynamic_reshape) override { in HandleDynamicReshape() function
Dhlo_verifier.h81 Status HandleDynamicReshape(HloInstruction* dynamic_reshape) override;
Ddfs_hlo_visitor.h248 virtual Status HandleDynamicReshape(HloInstructionPtr hlo) = 0;
Ddynamic_dimension_inference.cc101 Status HandleDynamicReshape(HloInstruction* hlo) override;
804 Status DynamicDimensionInferenceVisitor::HandleDynamicReshape( in HandleDynamicReshape() function in xla::DynamicDimensionInferenceVisitor
Dhlo_cost_analysis.cc516 Status HloCostAnalysis::HandleDynamicReshape(const HloInstruction*) { in HandleDynamicReshape() function in xla::HloCostAnalysis
Dhlo_verifier.cc715 Status ShapeVerifier::HandleDynamicReshape(HloInstruction* dynamic_reshape) { in HandleDynamicReshape() function in xla::ShapeVerifier
Dhlo_instruction.cc3205 return visitor->HandleDynamicReshape(this); in Visit()