def __init__()

in opacus_lab/models/GPT2/model/transformer.py [0:0]


    def __init__(
        self,
        in_features: int,
        out_features: int,
        rank: int,
        scale: float = 0.0001,
        bias: bool = True,