Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager.h114 XfeedQueueManager* outfeed() { return &outfeed_; } in outfeed() function
Dir_emitter.cc515 Status IrEmitter::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc95 Literal outfeed(ShapeUtil::MakeShape(S32, {})); in TestWithDeviceCount() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h286 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed()
Ddfs_hlo_visitor_with_default.h137 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed()
Dhlo_cost_analysis_test.cc816 HloInstruction* outfeed = in TEST_F() local
Dhlo_cost_analysis.cc352 Status HloCostAnalysis::HandleOutfeed(const HloInstruction* outfeed) { in HandleOutfeed()
Dhlo_verifier.cc432 HloOutfeedInstruction* outfeed = Cast<HloOutfeedInstruction>(instruction); in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc97 auto outfeed = OutfeedWithToken(data, token, outfeed_shape, ""); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc285 Literal outfeed(*outfeed_shape); in ReplayComputation() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1119 const HloOutfeedInstruction* outfeed = in EmitOutfeedOp() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3209 Status IrEmitterUnnested::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed()