functional_complex_norm: Complex Norm (functional)

View source: R/functional.R

functional_complex_normR 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 (..., complex=2)

power

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

Value

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


torchaudio documentation built on Feb. 16, 2023, 9:41 p.m.