Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h156 StatusOr<Literal> TransferFromOutfeedLocal(const Shape& shape,
Dlocal_client.cc299 StatusOr<Literal> LocalClient::TransferFromOutfeedLocal(const Shape& shape, in TransferFromOutfeedLocal() function in xla::LocalClient
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc94 client->TransferFromOutfeedLocal( in TestWithDeviceCount()
Dlocal_client_execute_test.cc890 local_client_->TransferFromOutfeedLocal( in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc254 client->TransferFromOutfeedLocal(*outfeed_shape, /*device_ordinal=*/0) in ReplayComputation()