Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc158 const Shape on_device_shape = HostShapeToDeviceShape(literal.shape()); in TransferArrayToDeviceAsync()
181 if (!ShapeUtil::Equal(HostShapeToDeviceShape(shape), shape)) { in TransferArrayFromDevice()
184 ShapeUtil::HumanString(HostShapeToDeviceShape(shape))); in TransferArrayFromDevice()
317 const Shape on_device_shape = HostShapeToDeviceShape(on_host_shape); in AllocateScopedShapedBuffer()
Dtransfer_manager.h51 virtual Shape HostShapeToDeviceShape(const Shape& host_shape) const { in HostShapeToDeviceShape() function
/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.cc51 client->backend().transfer_manager()->HostShapeToDeviceShape( in AllocateShapedBuffer()
Dxla_launch_util.cc239 client_->backend().transfer_manager()->HostShapeToDeviceShape(shape); in PopulateInputs()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc101 xla::Shape on_device_shape = transfer_manager->HostShapeToDeviceShape(shape); in AllocateScopedShapedBuffer()