functional_angle {torchaudio} | R Documentation |
Angle (functional)
Description
Compute the angle of complex tensor input.
Usage
functional_angle(complex_tensor)
Arguments
complex_tensor |
(Tensor): Tensor shape of |
Value
tensor
: Angle of a complex tensor. Shape of (..., )
[Package torchaudio version 0.3.1 Index]