transform_complex_norm | R Documentation |
Compute the norm of complex tensor input.
transform_complex_norm(power = 1)
power |
(float, optional): Power of the norm. (Default: to |
forward param:
complex_tensor (Tensor): Tensor shape of (..., complex=2)
.
Tensor: norm of the input tensor, shape of (..., )
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.