in inplace_abn/abn.py [0:0]
def __init__(
self,
num_features: int,
eps: float = 1e-5,
momentum: Optional[float] = 0.1,
affine: bool = True,
track_running_stats: bool = True,
activation: str = "leaky_relu",
activation_param: float = 0.01,
group: Optional[Any] = None,