Home
last modified time | relevance | path

Searched refs:logical_on_device_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.h311 StatusOr<Shape> logical_on_device_shape() override { in logical_on_device_shape() function
313 return wrapped_->logical_on_device_shape(); in logical_on_device_shape()
H A Dtfrt_cpu_pjrt_client.h297 StatusOr<Shape> logical_on_device_shape() override;
H A Dpjrt_client.h809 virtual StatusOr<Shape> logical_on_device_shape() = 0;
H A Dpjrt_stream_executor_client.h567 StatusOr<Shape> logical_on_device_shape() override;
H A Dtfrt_cpu_pjrt_client.cc860 StatusOr<Shape> TfrtCpuBuffer::logical_on_device_shape() { in logical_on_device_shape() function in xla::TfrtCpuBuffer
H A Dpjrt_stream_executor_client.cc591 StatusOr<Shape> PjRtStreamExecutorBuffer::logical_on_device_shape() { in logical_on_device_shape() function in xla::PjRtStreamExecutorBuffer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_buffer.cc161 TF_ASSIGN_OR_RETURN(dynamic_shape, buffer_->logical_on_device_shape()); in xla_dynamic_shape()