Home
last modified time | relevance | path

Searched refs:HandleSend (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h64 Status HandleSend(HloInstruction* send) override;
Dlogical_buffer_analysis.cc134 Status LogicalBufferAnalysis::HandleSend(HloInstruction* send) { in HandleSend() function in xla::LogicalBufferAnalysis
Dhlo_verifier.h75 Status HandleSend(HloInstruction* send) override;
Dtuple_points_to_analysis.h254 Status HandleSend(HloInstruction* send) override;
Dhlo_cost_analysis.h62 Status HandleSend(const HloInstruction* send) override;
Ddfs_hlo_visitor_with_default.h185 Status HandleSend(HloInstructionPtr send) override { in HandleSend() function
Ddfs_hlo_visitor.h221 virtual Status HandleSend(HloInstructionPtr send) = 0;
Dhlo_cost_analysis.cc342 Status HloCostAnalysis::HandleSend(const HloInstruction*) { in HandleSend() function in xla::HloCostAnalysis
Dtuple_points_to_analysis.cc309 Status TuplePointsToAnalysis::HandleSend(HloInstruction* send) { in HandleSend() function in xla::TuplePointsToAnalysis
Dhlo_verifier.cc304 Status ShapeVerifier::HandleSend(HloInstruction* send) { in HandleSend() function in xla::ShapeVerifier
Dhlo_instruction.cc2673 return visitor->HandleSend(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h83 Status HandleSend(HloInstruction* send) override;
Dir_emitter.cc130 Status IrEmitter::HandleSend(HloInstruction*) { in HandleSend() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h136 Status HandleSend(HloInstruction* send) override;
Dir_emitter.cc1815 Status IrEmitter::HandleSend(HloInstruction* send) { in HandleSend() function in xla::cpu::IrEmitter