Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h69 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dlogical_buffer_analysis.cc185 Status LogicalBufferAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::LogicalBufferAnalysis
Dtuple_points_to_analysis.h257 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dhlo_cost_analysis.h60 Status HandleTupleSelect(const HloInstruction* hlo) override;
Dhlo_evaluator.h245 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dhlo_verifier.h48 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Ddfs_hlo_visitor_with_default.h83 Status HandleTupleSelect(HloInstructionPtr tuple_select) override { in HandleTupleSelect() function
Ddfs_hlo_visitor.h79 virtual Status HandleTupleSelect(HloInstructionPtr hlo) = 0;
Dtuple_points_to_analysis.cc445 Status TuplePointsToAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc244 Status HloCostAnalysis::HandleTupleSelect(const HloInstruction*) { in HandleTupleSelect() function in xla::HloCostAnalysis
Dhlo_verifier.cc110 Status ShapeVerifier::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::ShapeVerifier
Dhlo_evaluator.cc2018 Status HloEvaluator::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::HloEvaluator
Dhlo_instruction.cc3125 return visitor->HandleTupleSelect(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h93 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dir_emitter.cc517 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h138 Status HandleTupleSelect(HloInstruction* tuple_select) override;
Dir_emitter.cc375 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::cpu::IrEmitter