Home
last modified time | relevance | path

Searched refs:host_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc341 xla::DeviceMemoryAllocator* allocator, xla::Shape* host_shape, in ExpandTreeOfTuples() argument
345 *host_shape = elements.shape(); in ExpandTreeOfTuples()
364 *xla::ShapeUtil::GetMutableSubshape(host_shape, index) = in ExpandTreeOfTuples()
388 xla::Shape host_shape; in MakeTuple() local
391 &host_shape, &device_shape)); in MakeTuple()
397 host_shape, device_shape); in MakeTuple()
Dxrt_state.h213 xla::DeviceMemoryAllocator* allocator, xla::Shape* host_shape,
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.h51 virtual Shape HostShapeToDeviceShape(const Shape& host_shape) const { in HostShapeToDeviceShape() argument
52 return host_shape; in HostShapeToDeviceShape()