Home
last modified time | relevance | path

Searched refs:TransferFromOutfeedLocal (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h180 Status TransferFromOutfeedLocal(int device_ordinal,
Dlocal_client.cc436 Status LocalClient::TransferFromOutfeedLocal(int device_ordinal, in TransferFromOutfeedLocal() function in xla::LocalClient
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc96 TF_ASSERT_OK(client->TransferFromOutfeedLocal(device_ordinal, &outfeed)); in TestWithDeviceCount()
Dlocal_client_execute_test.cc941 ASSERT_IS_OK(local_client_->TransferFromOutfeedLocal( in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc287 client->TransferFromOutfeedLocal(/*device_ordinal=*/0, &outfeed)); in ReplayComputation()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc982 return local_device->client()->TransferFromOutfeedLocal( in TransferFromOutfeed()