Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.h64 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
Dlocal_service.cc196 StatusOr<const ShapedBuffer*> LocalService::GlobalDataToShapedBuffer( in GlobalDataToShapedBuffer() function in xla::LocalService
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h166 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
Dlocal_client.cc423 StatusOr<const ShapedBuffer*> LocalClient::GlobalDataToShapedBuffer( in GlobalDataToShapedBuffer() function in xla::LocalClient
425 return local_service_->GlobalDataToShapedBuffer(data, replica_number); in GlobalDataToShapedBuffer()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc249 client->GlobalDataToShapedBuffer(data->handle(), /*device_ordinal=*/0) in ReplayComputation()