Searched refs:FSDP_CTOR (Results 1 – 1 of 1) sorted by relevance
118 FSDP_CTOR = auto() variable in WrapMethod391 @parametrize("wrap_method", [WrapMethod.FSDP_CTOR, WrapMethod.WRAP_API])397 assert wrap_method == WrapMethod.FSDP_CTOR763 @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: