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.h88 Status HandleRecv(HloInstruction* recv) override;
Dir_emitter.cc203 Status IrEmitter::HandleRecv(HloInstruction*) { in HandleRecv() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h69 Status HandleRecv(const HloInstruction* recv) override;
Ddfs_hlo_visitor_with_default.h222 Status HandleRecv(HloInstructionPtr recv) override { in HandleRecv() function
Dhlo_verifier.h102 Status HandleRecv(HloInstruction* recv) override;
Ddfs_hlo_visitor.h274 virtual Status HandleRecv(HloInstructionPtr recv) = 0;
Dhlo_cost_analysis.cc504 Status HloCostAnalysis::HandleRecv(const HloInstruction*) { in HandleRecv() function in xla::HloCostAnalysis
Dhlo_verifier.cc1020 Status ShapeVerifier::HandleRecv(HloInstruction* recv) { in HandleRecv() function in xla::ShapeVerifier
Dhlo_instruction.cc3245 return visitor->HandleRecv(this); in Visit()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc874 Status HandleRecv(Node* n, std::vector<bool>* should_revisit);
1189 Status DeadnessAnalysisImpl::HandleRecv(Node* n, in HandleRecv() function in tensorflow::__anonaeebdbfa0111::DeadnessAnalysisImpl
1229 TF_RETURN_IF_ERROR(HandleRecv(n, should_revisit)); in HandleNode()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h157 Status HandleRecv(HloInstruction* recv) override;
Dir_emitter.cc1994 Status IrEmitter::HandleRecv(HloInstruction* recv) { in HandleRecv() function in xla::cpu::IrEmitter