/external/tensorflow/tensorflow/compiler/xla/service/ |
D | logical_buffer_analysis.h | 66 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | logical_buffer_analysis.cc | 168 Status LogicalBufferAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::LogicalBufferAnalysis
|
D | hlo_cost_analysis.h | 59 Status HandleTupleSelect(const HloInstruction* hlo) override;
|
D | dfs_hlo_visitor_with_default.h | 82 Status HandleTupleSelect(HloInstructionPtr tuple_select) override { in HandleTupleSelect() function
|
D | tuple_points_to_analysis.h | 254 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | hlo_evaluator.h | 223 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | hlo_verifier.h | 46 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | dfs_hlo_visitor.h | 79 virtual Status HandleTupleSelect(HloInstructionPtr hlo) = 0;
|
D | tuple_points_to_analysis.cc | 395 Status TuplePointsToAnalysis::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::TuplePointsToAnalysis
|
D | hlo_cost_analysis.cc | 183 Status HloCostAnalysis::HandleTupleSelect(const HloInstruction*) { in HandleTupleSelect() function in xla::HloCostAnalysis
|
D | hlo_verifier.cc | 116 Status ShapeVerifier::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::ShapeVerifier
|
D | hlo_evaluator.cc | 1306 Status HloEvaluator::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::HloEvaluator
|
D | hlo_instruction.cc | 2544 return visitor->HandleTupleSelect(this); in Visit()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.h | 96 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | ir_emitter_unnested.h | 180 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | ir_emitter.cc | 427 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::gpu::IrEmitter
|
D | ir_emitter_unnested.cc | 1373 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/ |
D | ir_emitter.h | 153 Status HandleTupleSelect(HloInstruction* tuple_select) override;
|
D | ir_emitter.cc | 311 Status IrEmitter::HandleTupleSelect(HloInstruction* tuple_select) { in HandleTupleSelect() function in xla::cpu::IrEmitter
|