Searched refs:HandleSelect (Results 1 – 18 of 18) sorted by relevance
95 Status HandleSelect(HloInstruction* select) override;
177 Status HandleSelect(HloInstruction* select) override;
418 Status IrEmitter::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::gpu::IrEmitter
1205 Status IrEmitterUnnested::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::gpu::IrEmitterUnnested1206 return IrEmitter::HandleSelect(select); in HandleSelect()
60 Status HandleSelect(HloInstruction* hlo) override;321 Status DynamicDimensionInferenceVisitor::HandleSelect(HloInstruction* hlo) { in HandleSelect() function in xla::DynamicDimensionInferenceVisitor
58 Status HandleSelect(const HloInstruction* hlo) override;
79 Status HandleSelect(HloInstructionPtr select) override { in HandleSelect() function
221 Status HandleSelect(HloInstruction* select) override;
45 Status HandleSelect(HloInstruction* select) override;
78 virtual Status HandleSelect(HloInstructionPtr hlo) = 0;
179 Status HloCostAnalysis::HandleSelect(const HloInstruction* hlo) { in HandleSelect() function in xla::HloCostAnalysis
112 Status ShapeVerifier::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::ShapeVerifier
1288 Status HloEvaluator::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::HloEvaluator
238 Status HandleSelect(HloInstruction* select) override;3308 Status AlgebraicSimplifierVisitor::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::AlgebraicSimplifierVisitor
964 Status HandleSelect(HloInstruction* select) override { in HandleSelect() function
2542 return visitor->HandleSelect(this); in Visit()
152 Status HandleSelect(HloInstruction* select) override;
305 Status IrEmitter::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::cpu::IrEmitter