Searched defs:num_devices_per_host (Results 1 – 5 of 5) sorted by relevance
61 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()
36 explicit AllReduceBlueConnect(size_t num_devices_per_host) in AllReduceBlueConnect()
108 std::vector<int32_t> num_devices_per_host; in ConstructDevicesPerHost() local135 xla::StatusOr<std::vector<int32_t>> num_devices_per_host = in Compute() local171 size_t num_devices_per_host = -1; in Compute() local
147 ResourceMgr* rmgr, const std::vector<int32_t>& num_devices_per_host, in ConstructTpuPodState()
252 def num_devices_per_host(device_type: str) -> int: member in _MeshEnv