Home
last modified time | relevance | path

Searched refs:HandleRecv (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h89 Status HandleRecv(HloInstruction* recv) override;
Dir_emitter.cc130 Status IrEmitter::HandleRecv(HloInstruction*) { in HandleRecv() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h66 Status HandleRecv(const HloInstruction* recv) override;
Ddfs_hlo_visitor_with_default.h194 Status HandleRecv(HloInstructionPtr recv) override { in HandleRecv() function
Dhlo_verifier.h91 Status HandleRecv(HloInstruction* recv) override;
Ddfs_hlo_visitor.h254 virtual Status HandleRecv(HloInstructionPtr recv) = 0;
Dhlo_cost_analysis.cc384 Status HloCostAnalysis::HandleRecv(const HloInstruction*) { in HandleRecv() function in xla::HloCostAnalysis
Dhlo_verifier.cc706 Status ShapeVerifier::HandleRecv(HloInstruction* recv) { in HandleRecv() function in xla::ShapeVerifier
Dhlo_instruction.cc2642 return visitor->HandleRecv(this); in Visit()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc742 Status HandleRecv(Node* n, std::vector<bool>* should_revisit);
991 Status DeadnessAnalysisImpl::HandleRecv(Node* n, in HandleRecv() function in tensorflow::__anon9db8ce5c0111::DeadnessAnalysisImpl
1030 TF_RETURN_IF_ERROR(HandleRecv(n, should_revisit)); in HandleNode()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h171 Status HandleRecv(HloInstruction* recv) override;
Dir_emitter.cc2080 Status IrEmitter::HandleRecv(HloInstruction* recv) { in HandleRecv() function in xla::cpu::IrEmitter