deepfold.utils.import_utils.Param

class deepfold.utils.import_utils.Param(param: Union[torch.Tensor, List[torch.Tensor]], param_type: deepfold.utils.import_utils.ParamType = <ParamType.Other: functools.partial(<function ParamType.<lambda> at 0x7f46421eee60>)>, stacked: bool = False, swap: bool = False)[source]
__init__(param: Tensor | List[Tensor], param_type: ParamType = ParamType.Other, stacked: bool = False, swap: bool = False) None

Methods

__init__(param[, param_type, stacked, swap])

Attributes

param_type

stacked

swap

param