Home
last modified time | relevance | path

Searched defs:outfeed (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager.h114 XfeedQueueManager* outfeed() { return &outfeed_; } in outfeed() function
Dir_emitter.cc474 Status IrEmitter::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h262 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed()
Ddfs_hlo_visitor_with_default.h118 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed()
Dhlo_verifier.cc257 HloOutfeedInstruction* outfeed = Cast<HloOutfeedInstruction>(instruction); in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1478 Status IrEmitterUnnested::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed()