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.h63 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
Dlocal_service.cc189 StatusOr<const ShapedBuffer*> LocalService::GlobalDataToShapedBuffer( in GlobalDataToShapedBuffer() function in xla::LocalService
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc286 StatusOr<const ShapedBuffer*> LocalClient::GlobalDataToShapedBuffer( in GlobalDataToShapedBuffer() function in xla::LocalClient
288 return local_service_->GlobalDataToShapedBuffer(data, replica_number); in GlobalDataToShapedBuffer()
Dlocal_client.h142 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc217 client->GlobalDataToShapedBuffer(data->handle(), /*device_ordinal=*/0) in ReplayComputation()