Home
last modified time | relevance | path

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

/external/pytorch/torch/distributed/algorithms/_checkpoint/
Dcheckpoint_wrapper.py24 class ActivationWrapper(torch.nn.Module, ABC): class
104 class OffloadWrapper(ActivationWrapper):
113 class CheckpointWrapper(ActivationWrapper):
/external/pytorch/torch/distributed/fsdp/
Dfully_sharded_data_parallel.py30 ActivationWrapper,
532 if isinstance(self._fsdp_wrapped_module, ActivationWrapper):