functional_complex_norm: Complex Norm (functional)
Description
Compute the norm of complex tensor input.
Usage
functional_complex_norm(complex_tensor, power = 1)
Arguments
complex_tensor
(tensor): Tensor shape of (..., complex=2)
power
(numeric): Power of the norm. (Default: 1.0).
Value
tensor: Power of the normed input tensor. Shape of (..., )