Home
last modified time | relevance | path

Searched defs:allreduce_hook (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
H A Dhooks.py7 def allreduce_hook(state, bucket): function
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
H A Ddefault_hooks.py33 def allreduce_hook( function
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_comm_hooks/
H A Ddefault_hooks.py95 def allreduce_hook(state: DefaultState, grad: torch.Tensor): function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.cpp944 _AllReduceBySumCommHook allreduce_hook(process_group_); in run_allreduce_hook() local
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_nccl.py1793 def allreduce_hook( function
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py5380 def allreduce_hook( function