Sum# class myoverse.transforms.Sum(dim='time', keepdim=False, **kwargs)[source]# Compute sum along a dimension. Parameters: dim (str) – Dimension to reduce. keepdim (bool) – Whether to keep the reduced dimension. Methods __init__([dim, keepdim]) _apply(x) Apply the transform.