Home
last modified time | relevance | path

Searched defs:gpu_global_device_ids (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable_run_options.cc32 std::optional<std::vector<GlobalDeviceId>> gpu_global_device_ids) { in set_gpu_global_device_ids()
38 GpuExecutableRunOptions::gpu_global_device_ids() const { in gpu_global_device_ids() function in xla::gpu::GpuExecutableRunOptions
H A Dgpu_executable_run_options.h91 const std::vector<GlobalDeviceId>* gpu_global_device_ids; // may be null member
H A Dbef_thunk.cc293 std::vector<int64> gpu_global_device_ids; in CreateXcclContext() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/gpu/
H A Dgpu_shared_context.cc27 std::vector<int64_t> gpu_global_device_ids, in GpuSharedContext()
H A Dgpu_shared_context.h57 const std::vector<int64_t>& gpu_global_device_ids() const { in gpu_global_device_ids() function