Learn R Programming

torchaudio (version 0.3.1)

functional_complex_norm: Complex Norm (functional)

Description

Compute the norm of complex tensor input.

Usage

functional_complex_norm(complex_tensor, power = 1)

Value

tensor: Power of the normed input tensor. Shape of (..., )

Arguments

complex_tensor

(tensor): Tensor shape of (..., complex=2)

power

(numeric): Power of the norm. (Default: 1.0).