transform_complex_norm.Rd
Compute the norm of complex tensor input.
transform_complex_norm(power = 1)
(float, optional): Power of the norm. (Default: to 1.0
)
Tensor: norm of the input tensor, shape of (..., )
.
forward param:
complex_tensor (Tensor): Tensor shape of (..., complex=2)
.