Home
last modified time | relevance | path

Searched refs:HandleOutfeed (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h86 Status HandleOutfeed(HloInstruction* outfeed) override;
Dir_emitter_unnested.h174 Status HandleOutfeed(HloInstruction* outfeed) override;
Dir_emitter.cc753 Status IrEmitter::HandleOutfeed(HloInstruction*) { in HandleOutfeed() function in xla::gpu::IrEmitter
Dir_emitter_unnested.cc1478 Status IrEmitterUnnested::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h81 Status HandleOutfeed(const HloInstruction* outfeed) override;
Ddfs_hlo_visitor_with_default.h118 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed() function
Dhlo_evaluator.h262 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed() function
Dhlo_verifier.h63 Status HandleOutfeed(HloInstruction*) override;
Ddfs_hlo_visitor.h221 virtual Status HandleOutfeed(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc259 Status HloCostAnalysis::HandleOutfeed(const HloInstruction*) { in HandleOutfeed() function in xla::HloCostAnalysis
Dhlo_verifier.cc256 Status ShapeVerifier::HandleOutfeed(HloInstruction* instruction) { in HandleOutfeed() function in xla::ShapeVerifier
Dhlo_instruction.cc2628 return visitor->HandleOutfeed(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h159 Status HandleOutfeed(HloInstruction* outfeed) override;
Dir_emitter.cc474 Status IrEmitter::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed() function in xla::cpu::IrEmitter