Home
last modified time | relevance | path

Searched defs:host_shape (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dexecutable.h65 ExecutionInput(xla::Shape shape, xla::Shape host_shape) in ExecutionInput()
76 xla::Shape host_shape) in ExecutionInput()
91 const Shape& host_shape() const { in host_shape() function
130 void SetHostShape(xla::Shape host_shape) { in SetHostShape()
H A Dtransfer_manager.h51 virtual Shape HostShapeToDeviceShape(const Shape& host_shape) const { in HostShapeToDeviceShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dhost_callback.cc26 const auto& host_shape = arg_info.shape; in OnSend() local
61 const auto& host_shape = host_callback_.results.at(i).shape; in OnSend() local
92 const auto& host_shape = host_callback_.results.at(res_num).shape; in Receive() local
H A Dhost_callback_test.cc35 const Shape& host_shape, in ToDeviceLayout()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_reshard_variables_op_util.cc188 const xla::Shape& host_shape = in BuildInputBuffers() local
277 const xla::Shape& host_shape = in UpdateOutputVariables() local
H A Dtpu_execute_op.cc320 const xla::Shape& host_shape = in BuildComputationInputs() local
658 xla::Shape host_shape(executable.input_shapes(0)); in DoWork() local
H A Dtpu_reshard_variables_op.cc167 xla::Shape host_shape(executable->input_shapes(0)); in DoTpuExecute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executable.h57 Shape HostShapeToDeviceShape(const Shape& host_shape) override { in HostShapeToDeviceShape()
H A Dtpu_op_executable.cc106 const xla::Shape& host_shape) { in HostShapeToDeviceShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc416 se::DeviceMemoryAllocator* allocator, xla::Shape* host_shape, in ExpandTreeOfTuples()
462 xla::Shape host_shape; in MakeTuple() local
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/tpu/
H A Dtpu_op_executable.cc106 const xla::Shape& host_shape) { in HostShapeToDeviceShape()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_on_demand_compiler.cc206 XLA_Shape host_shape, device_shape; in DefaultDeviceShapeRepresentation() local
H A Dtpu_execute.cc108 xla::Shape HostShapeToDeviceShape(const xla::Shape& host_shape) { in HostShapeToDeviceShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_launch_util.cc261 const xla::Shape& host_shape = in PopulateInputs() local