Home
last modified time | relevance | path

Searched defs:NcclExecuteParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable_run_options.h84 struct NcclExecuteParams { struct
88 se::Stream* stream;
89 RunId run_id;
90 const DeviceAssignment* device_assn; // never null
91 const std::vector<GlobalDeviceId>* gpu_global_device_ids; // may be null
92 const NcclUniqueIdCallback* nccl_unique_id_callback; // may be null
H A Dgpu_executable_run_options.cc53 NcclExecuteParams::NcclExecuteParams( in NcclExecuteParams() function in xla::gpu::NcclExecuteParams