Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dall_reduce_blueconnect.cc61 const DeviceAssignment& device_assignment, size_t num_devices_per_host) { in TryDecomposeReplicaGroup()
111 const HloAllReduceInstruction& all_reduce, size_t num_devices_per_host) { in TryDecomposeReplicaGroups()
187 size_t num_devices_per_host) { in TryDecomposeAllReduce()
H A Dall_reduce_blueconnect.h36 explicit AllReduceBlueConnect(size_t num_devices_per_host) in AllReduceBlueConnect()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_configuration_ops.cc108 std::vector<int32_t> num_devices_per_host; in ConstructDevicesPerHost() local
135 xla::StatusOr<std::vector<int32_t>> num_devices_per_host = in Compute() local
171 size_t num_devices_per_host = -1; in Compute() local
H A Dtpu_pod_state.cc147 ResourceMgr* rmgr, const std::vector<int32_t>& num_devices_per_host, in ConstructTpuPodState()
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddevice_mesh.py252 def num_devices_per_host(device_type: str) -> int: member in _MeshEnv