Home
last modified time | relevance | path

Searched refs:outfeed (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OutfeedDequeueV2.pbtxt15 A tensor that will be read from the device outfeed.
31 Retrieves a single tensor from the computation outfeed. Device ordinal is a
32 tensor allowing dynamic outfeed.
Dapi_def_OutfeedDequeueTupleV2.pbtxt15 A list of tensors that will be read from the outfeed.
31 Retrieve multiple values from the computation outfeed. Device ordinal is a
32 tensor allowing dynamic outfeed.
Dapi_def_OutfeedEnqueue.pbtxt7 A tensor that will be inserted into the outfeed queue.
10 summary: "Enqueue a Tensor on the computation outfeed."
Dapi_def_OutfeedEnqueueTuple.pbtxt7 A list of tensors that will be inserted into the outfeed queue as an
11 summary: "Enqueue multiple Tensor values on the computation outfeed."
Dapi_def_OutfeedDequeue.pbtxt7 A tensor that will be read from the device outfeed.
30 summary: "Retrieves a single tensor from the computation outfeed."
Dapi_def_OutfeedDequeueTuple.pbtxt7 A list of tensors that will be read from the outfeed.
30 summary: "Retrieve multiple values from the computation outfeed."
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc95 Literal outfeed(ShapeUtil::MakeShape(S32, {})); in TestWithDeviceCount() local
96 TF_ASSERT_OK(client->TransferFromOutfeedLocal(device_ordinal, &outfeed)); in TestWithDeviceCount()
97 EXPECT_EQ(outfeed, LiteralUtil::CreateR0<int32>(device_ordinal * 100 + 1)); in TestWithDeviceCount()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dxfeed_manager_test.cc134 xfeed->outfeed()->EnqueueBuffersAtomically({b}); in TEST_F()
142 xfeed->outfeed()->EnqueueBuffersAtomically({b}); in TEST_F()
150 xfeed->outfeed()->EnqueueBuffersAtomically({b}); in TEST_F()
Dxfeed_manager.h114 XfeedQueueManager* outfeed() { return &outfeed_; } in outfeed() function
Dxfeed_manager.cc27 outfeed()->Reset(); in Reset()
Dcpu_transfer_manager.cc272 xfeed_manager->outfeed()->EnqueueBuffersAtomically(buffer_pointers); in TransferBuffersFromOutfeedInternal()
Dcpu_runtime.cc289 xfeed->outfeed()->BlockingDequeueBuffer(); in __xla_cpu_runtime_AcquireOutfeedBufferForPopulation()
313 xfeed->outfeed()->ReleaseCurrentBuffer(buffer_length, buffer_ptr, in __xla_cpu_runtime_ReleaseOutfeedBufferAfterPopulation()
Dir_emitter.h145 Status HandleOutfeed(HloInstruction* outfeed) override;
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc97 auto outfeed = OutfeedWithToken(data, token, outfeed_shape, ""); in TEST_F() local
101 GetMlirOpString(outfeed), in TEST_F()
102 …R"("mhlo.outfeed"(%0, %1) {outfeed_config = ""} : (tensor<4x8xf32>, !mhlo.token) -> !mhlo.token)"); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h137 Status HandleOutfeed(HloInstructionPtr outfeed) override { in HandleOutfeed() argument
138 return DefaultAction(outfeed); in HandleOutfeed()
Dhlo_cost_analysis_test.cc816 HloInstruction* outfeed = in TEST_F() local
821 ASSERT_IS_OK(outfeed->Accept(&analysis)); in TEST_F()
827 EXPECT_EQ(analysis.bytes_accessed(*outfeed), sizeof(float) * 2 * 3); in TEST_F()
828 EXPECT_EQ(analysis.operand_bytes_accessed(*outfeed, 0), in TEST_F()
830 EXPECT_EQ(analysis.output_bytes_accessed(*outfeed), 0); in TEST_F()
Dhlo_verifier.cc432 HloOutfeedInstruction* outfeed = Cast<HloOutfeedInstruction>(instruction); in HandleOutfeed() local
437 if (!ShapesSame(outfeed->outfeed_shape(), outfeed->operand(0)->shape())) { in HandleOutfeed()
441 StringifyShape(outfeed->operand(0)->shape()), in HandleOutfeed()
442 StringifyShape(outfeed->outfeed_shape()), outfeed->ToString()); in HandleOutfeed()
444 return CheckShape(outfeed, ShapeUtil::MakeTokenShape()); in HandleOutfeed()
Dhlo_evaluator.h286 Status HandleOutfeed(HloInstruction* outfeed) override { in HandleOutfeed() argument
Dhlo_cost_analysis.h88 Status HandleOutfeed(const HloInstruction* outfeed) override;
Dhlo_cost_analysis.cc352 Status HloCostAnalysis::HandleOutfeed(const HloInstruction* outfeed) { in HandleOutfeed() argument
355 for (int64 i = 0; i < outfeed->operand_count(); ++i) { in HandleOutfeed()
356 const HloInstruction* operand = outfeed->operand(i); in HandleOutfeed()
Dhlo_parser_test.cc1226 outfeed = token[] outfeed(infeed.data, token0), outfeed_shape=(u32[3]{0}, pred[]) in CreateTestCases()
1230 outfeed.1 = token[] outfeed(infeed.1.data, infeed.1.token), outfeed_shape=(u32[3]{0}, pred[]) in CreateTestCases()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h85 Status HandleOutfeed(HloInstruction* outfeed) override;
Dir_emitter_unnested.h197 Status HandleOutfeed(HloInstruction* outfeed) override;
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc285 Literal outfeed(*outfeed_shape); in ReplayComputation() local
287 client->TransferFromOutfeedLocal(/*device_ordinal=*/0, &outfeed)); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dhlo_text_to_lhlo_no_opt.hlotxt471 // CHECK: "lmhlo.outfeed"
477 ROOT %o = token[] outfeed(f32[3] %source, token[] %tok)
487 // CHECK: "lmhlo.outfeed"
493 ROOT %o = token[] outfeed((f32[3], f16[5]) %tuple, token[] %tok)

12