Home
last modified time | relevance | path

Searched defs:on_host_shape (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshaped_buffer.h64 const Shape& on_host_shape() const { return on_host_shape_; } in on_host_shape() function
109 void set_shapes(const Shape& on_host_shape, const Shape& on_device_shape) { in set_shapes()
H A Dshaped_buffer.cc41 ShapedBuffer::ShapedBuffer(Shape on_host_shape, Shape on_device_shape, in ShapedBuffer()
122 ScopedShapedBuffer::ScopedShapedBuffer(Shape on_host_shape, in ScopedShapedBuffer()
H A Dexecutable.h155 ExecutionOutput(Shape on_host_shape, Shape on_device_shape, in ExecutionOutput()
H A Dtransfer_manager.cc382 const Shape& on_host_shape, se::DeviceMemoryAllocator* allocator, in AllocateScopedShapedBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc150 const xla::Shape& on_host_shape, in XRTTupleAllocation()
221 const xla::ShapedBuffer& shaped_buffer, const xla::Shape& on_host_shape, in CreateFromBuffer()
349 const xla::Shape& XRTTupleAllocation::on_host_shape() const { in on_host_shape() function in tensorflow::XRTTupleAllocation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_tensor.cc48 xla::Shape on_host_shape = in AllocateShapedBuffer() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.h235 const Shape& on_host_shape() const { return on_host_shape_; } in on_host_shape() function
H A Dtpu_client.cc277 Shape on_host_shape, std::shared_ptr<TpuSharedBuffer> device_buffer, in PyTpuBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.cc374 const Shape& on_host_shape, PjRtDevice* device, in AllocateDestinationBuffer()