Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/algorithms/ddp_comm_hooks/
H A Ddefault_hooks.py169 hook_state, bucket: dist.GradBucket argument
208 hook_state, bucket: dist.GradBucket argument
H A Doptimizer_overlap_hooks.py139 hook_state, bucket: dist.GradBucket argument
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/parameter_server/trainer/
H A Dddp_models.py4 def basic_ddp_model(self, rank, model, process_group, hook_state, hook): argument
H A Diteration_steps.py2 self, ddp_model, criterion, optimizer, hook_state, epoch, index, batch argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py10181 def _test_hook_pickling(self, hook, hook_state): argument