Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dxfeed_manager.h113 XfeedQueueManager* outfeed() { return &outfeed_; } in outfeed() function
H A Dir_emitter.cc529 Status IrEmitter::HandleOutfeed(HloInstruction* outfeed) { in HandleOutfeed()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmultiple_devices_on_host_test.cc95 Literal outfeed(ShapeUtil::MakeShape(S32, {})); in TestWithDeviceCount() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.h359 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed()
H A Ddfs_hlo_visitor_with_default.h150 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed()
H A Dhlo_cost_analysis_test.cc952 HloInstruction* outfeed = in TEST_F() local
H A Dhlo_cost_analysis.cc352 Status HloCostAnalysis::HandleOutfeed(const HloInstruction* outfeed) { in HandleOutfeed()
H A Dhlo_verifier.cc782 HloOutfeedInstruction* outfeed = Cast<HloOutfeedInstruction>(instruction); in HandleOutfeed() local
H A Dcopy_insertion_test.cc2363 HloInstruction* outfeed = FindInstruction(module.get(), "outfeed"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
H A Dmlir_hlo_builder_test.cc107 auto outfeed = OutfeedWithToken(data, token, outfeed_shape, ""); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dreplay_computation.cc326 Literal outfeed(*outfeed_shape); in ReplayComputation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc1278 const HloOutfeedInstruction* outfeed = in EmitOutfeedOp() local