Home
last modified time | relevance | path

Searched defs:on_device_shape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dshaped_buffer.cc35 const Shape& on_device_shape, in ShapedBuffer()
107 const Shape& on_device_shape, in ScopedShapedBuffer()
Dshaped_buffer.h66 const Shape& on_device_shape() const { return on_device_shape_; } in on_device_shape() function
Dtransfer_manager.cc158 const Shape on_device_shape = HostShapeToDeviceShape(literal.shape()); in TransferArrayToDeviceAsync() local
317 const Shape on_device_shape = HostShapeToDeviceShape(on_host_shape); in AllocateScopedShapedBuffer() local
/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.cc50 xla::Shape on_device_shape = in AllocateShapedBuffer() local
Dxla_launch_util.cc238 const xla::Shape on_device_shape = in PopulateInputs() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc101 xla::Shape on_device_shape = transfer_manager->HostShapeToDeviceShape(shape); in AllocateScopedShapedBuffer() local
170 const xla::Shape& on_device_shape) in XRTTupleAllocation()
262 const xla::Shape& XRTTupleAllocation::on_device_shape() { in on_device_shape() function in tensorflow::XRTTupleAllocation