|
Safemotion Lib
|
Go to the source code of this file.
Namespaces | |
| namespace | fastreid |
| namespace | fastreid.utils |
| namespace | fastreid.utils.comm |
Functions | |
| int | fastreid.utils.comm.get_world_size () |
| int | fastreid.utils.comm.get_rank () |
| int | fastreid.utils.comm.get_local_rank () |
| int | fastreid.utils.comm.get_local_size () |
| bool | fastreid.utils.comm.is_main_process () |
| fastreid.utils.comm.synchronize () | |
| fastreid.utils.comm._get_global_gloo_group () | |
| fastreid.utils.comm._serialize_to_tensor (data, group) | |
| fastreid.utils.comm._pad_to_largest_tensor (tensor, group) | |
| fastreid.utils.comm.all_gather (data, group=None) | |
| fastreid.utils.comm.gather (data, dst=0, group=None) | |
| fastreid.utils.comm.shared_random_seed () | |
| fastreid.utils.comm.reduce_dict (input_dict, average=True) | |
Variables | |
| fastreid.utils.comm._LOCAL_PROCESS_GROUP = None | |