HomeSort by relevance Sort by last modified time
    Searched refs:GlobalDataToShapedBuffer (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 63 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
local_service.cc 189 StatusOr<const ShapedBuffer*> LocalService::GlobalDataToShapedBuffer(
  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.h 142 StatusOr<const ShapedBuffer*> GlobalDataToShapedBuffer(
local_client.cc 286 StatusOr<const ShapedBuffer*> LocalClient::GlobalDataToShapedBuffer(
288 return local_service_->GlobalDataToShapedBuffer(data, replica_number);
  /external/tensorflow/tensorflow/compiler/xla/tools/
replay_computation.cc 217 client->GlobalDataToShapedBuffer(data->handle(), /*device_ordinal=*/0)

Completed in 1001 milliseconds