przepływ tensorowy:: ops:: Kompleks Abs
#include <math_ops.h>
Oblicza zespoloną wartość bezwzględną tensora.
Streszczenie
Biorąc pod uwagę tensor x
liczb zespolonych, ta operacja zwraca tensor typu float
lub double
, który jest wartością bezwzględną każdego elementu w x
. Wszystkie elementy w x
muszą być liczbami zespolonymi postaci a+bj. Wartość bezwzględną oblicza się jako a2+b2.
Argumenty:
- zakres: Obiekt Scope
Zwroty:
-
Output
: tensor y.
Konstruktory i destruktory | |
---|---|
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const ComplexAbs::Attrs & attrs) |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Struktury | |
---|---|
tensorflow:: ops:: ComplexAbs:: Attrs | Opcjonalne moduły ustawiające atrybuty dla ComplexAbs . |
Atrybuty publiczne
działanie
Operation operation
y
::tensorflow::Output y
Funkcje publiczne
Kompleks Abs
ComplexAbs(
const ::tensorflow::Scope & scope,
::tensorflow::Input x
)
Kompleks Abs
ComplexAbs(
const ::tensorflow::Scope & scope,
::tensorflow::Input x,
const ComplexAbs::Attrs & attrs
)
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const
Publiczne funkcje statyczne
Naganiacz
Attrs Tout(
DataType x
)