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.h113 XfeedQueueManager* outfeed() { return &outfeed_; } in outfeed() function
Dir_emitter.cc529 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.h359 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed()
Ddfs_hlo_visitor_with_default.h150 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed()
Dhlo_cost_analysis.cc352 Status HloCostAnalysis::HandleOutfeed(const HloInstruction* outfeed) { in HandleOutfeed()
Dhlo_cost_analysis_test.cc952 HloInstruction* outfeed = in TEST_F() local
Dhlo_verifier.cc782 HloOutfeedInstruction* outfeed = Cast<HloOutfeedInstruction>(instruction); in HandleOutfeed() local
Dcopy_insertion_test.cc2363 HloInstruction* outfeed = FindInstruction(module.get(), "outfeed"); in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc107 auto outfeed = OutfeedWithToken(data, token, outfeed_shape, ""); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc326 Literal outfeed(*outfeed_shape); in ReplayComputation() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1278 const HloOutfeedInstruction* outfeed = in EmitOutfeedOp() local