Home
last modified time | relevance | path

Searched refs:device_to_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dnccl_id_store.h40 absl::flat_hash_map<GlobalDeviceId, int> device_to_node) in NcclIdStore() argument
43 device_to_node_(std::move(device_to_node)) {} in NcclIdStore()
H A Dgpu_device.cc361 absl::flat_hash_map<GlobalDeviceId, int> device_to_node; in BuildDistributedDevices() local
365 device_to_node[global_device_id] = node.node_id(); in BuildDistributedDevices()
393 node_id, distributed_client, device_to_node); in BuildDistributedDevices()