Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A D_state_dict_utils.py325 def param_hook( function
547 def param_hook(state_dict: Dict[str, Any], prefix: str, fqn: str): function