meddlr.ops.complex.rss#
- meddlr.ops.complex.rss(x: Tensor, dim: int = 0) Tensor[source]#
Compute the root-sum-of-squares (RSS) for complex inputs. RSS is computed assuming that dim is the coil dimension.
- Parameters
data – The complex-valued input tensor.
dim – The dimensions along which to apply the RSS transform.
- Returns
The RSS value.
- Return type
torch.Tensor