functional_complex_norm {torchaudio} | R Documentation |
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 |
power |
(numeric): Power of the norm. (Default: |
Value
tensor
: Power of the normed input tensor. Shape of (..., )
[Package torchaudio version 0.3.1 Index]