Home
last modified time | relevance | path

Searched refs:GpuExecutableRunOptions (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable_run_options.cc31 GpuExecutableRunOptions& GpuExecutableRunOptions::set_gpu_global_device_ids( in set_gpu_global_device_ids()
38 GpuExecutableRunOptions::gpu_global_device_ids() const { in gpu_global_device_ids()
42 GpuExecutableRunOptions& GpuExecutableRunOptions::set_nccl_unique_id_callback( in set_nccl_unique_id_callback()
48 const NcclUniqueIdCallback& GpuExecutableRunOptions::nccl_unique_id_callback() in nccl_unique_id_callback()
58 const GpuExecutableRunOptions* gpu_options = in NcclExecuteParams()
H A Dgpu_executable_run_options.h61 class GpuExecutableRunOptions {
67 GpuExecutableRunOptions& set_gpu_global_device_ids(
74 GpuExecutableRunOptions& set_nccl_unique_id_callback(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.h42 class GpuExecutableRunOptions; variable
155 const gpu::GpuExecutableRunOptions* gpu_executable_run_options);
156 const gpu::GpuExecutableRunOptions* gpu_executable_run_options() const;
170 const gpu::GpuExecutableRunOptions* gpu_executable_run_options_ = nullptr;
H A Dexecutable_run_options.cc106 const gpu::GpuExecutableRunOptions* gpu_executable_run_options) { in set_gpu_executable_run_options()
111 const gpu::GpuExecutableRunOptions*
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.h154 std::unique_ptr<gpu::GpuExecutableRunOptions> gpu_run_options);
286 gpu::GpuExecutableRunOptions* gpu_run_options() const { in gpu_run_options()
367 std::unique_ptr<gpu::GpuExecutableRunOptions> gpu_run_options_;
H A Dgpu_device.cc341 gpu::GpuExecutableRunOptions* gpu_executable_run_options) { in BuildDistributedDevices()
441 auto gpu_run_options = std::make_unique<gpu::GpuExecutableRunOptions>(); in GetGpuClient()
H A Dpjrt_stream_executor_client.cc211 std::unique_ptr<gpu::GpuExecutableRunOptions> gpu_run_options) in PjRtStreamExecutorClient()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.h198 xla::gpu::GpuExecutableRunOptions& gpu_options);
H A Dxla_helpers.cc151 xla::gpu::GpuExecutableRunOptions& gpu_options) { in ResolveDeviceAssignment()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compile_on_demand_op.cc82 xla::gpu::GpuExecutableRunOptions gpu_options; in Run()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_execute_op.cc327 xla::gpu::GpuExecutableRunOptions gpu_options; in RunExecutable()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/kernels/
H A Dxla_ops.cc354 xla::gpu::GpuExecutableRunOptions gpu_options; in ComputeAsync()