Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_checkpoint/
H A Dcheckpoint_wrapper.py12 from torch.utils.checkpoint import checkpoint as torch_utils_checkpoint unknown
133 torch_utils_checkpoint,
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_checkpoint_wrapper.py123 torch_utils_checkpoint = torch.utils.checkpoint.checkpoint
126 checkpoint_fn=torch_utils_checkpoint,