Home
last modified time | relevance | path

Searched refs:HandleTupleSelect (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h66 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dlogical_buffer_analysis.cc168 Status LogicalBufferAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::LogicalBufferAnalysis
Dhlo_cost_analysis.h59 Status HandleTupleSelect(const HloInstruction* hlo) override;
Ddfs_hlo_visitor_with_default.h82 Status HandleTupleSelect(HloInstructionPtr tuple_select) override { in HandleTupleSelect() function
Dtuple_points_to_analysis.h254 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dhlo_evaluator.h223 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dhlo_verifier.h46 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Ddfs_hlo_visitor.h79 virtual Status HandleTupleSelect(HloInstructionPtr hlo) = 0;
Dtuple_points_to_analysis.cc395 Status TuplePointsToAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc183 Status HloCostAnalysis::HandleTupleSelect(const HloInstruction*) { in HandleTupleSelect() function in xla::HloCostAnalysis
Dhlo_verifier.cc116 Status ShapeVerifier::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::ShapeVerifier
Dhlo_evaluator.cc1306 Status HloEvaluator::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::HloEvaluator
Dhlo_instruction.cc2544 return visitor->HandleTupleSelect(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h96 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dir_emitter_unnested.h180 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dir_emitter.cc427 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::gpu::IrEmitter
Dir_emitter_unnested.cc1373 Status IrEmitterUnnested::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::gpu::IrEmitterUnnested
1376 return IrEmitter::HandleTupleSelect(tuple_select); in HandleTupleSelect()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h153 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dir_emitter.cc311 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::cpu::IrEmitter