Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_wrap.py118 FSDP_CTOR = auto() variable in WrapMethod
391 @parametrize("wrap_method", [WrapMethod.FSDP_CTOR, WrapMethod.WRAP_API])
397 assert wrap_method == WrapMethod.FSDP_CTOR
763 @parametrize("wrap_method", [WrapMethod.FSDP_CTOR, WrapMethod.WRAP_API])
772 if wrap_method == WrapMethod.FSDP_CTOR:
788 @parametrize("wrap_method", [WrapMethod.FSDP_CTOR, WrapMethod.WRAP_API])
801 if wrap_method == WrapMethod.FSDP_CTOR: