tensorflow :: ops :: ComplexAbs
#include <math_ops.h>
Bir tensörün karmaşık mutlak değerini hesaplar.
Özet
Bir tensör verilen x
karmaşık sayılar, bu işlem, döner tip bir tensör float
veya double
içindeki her elemanın mutlak değeridir x
. Tüm öğeler x
formu \(a + bj\) karmaşık sayı olmalıdır. Mutlak değer \( {a^2 + b^2}\) olarak hesaplanır.
Argümanlar:
- kapsam: Bir Scope nesnesi
İadeler:
-
Output
: y tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x) | |
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const ComplexAbs::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
y |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Tout (DataType x) |
Yapılar | |
---|---|
tensorflow :: ops :: ComplexAbs :: Attrs | ComplexAbs için isteğe bağlı öznitelik belirleyiciler. |
Genel özellikler
operasyon
Operation operation
y
::tensorflow::Output y
Kamusal işlevler
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
ComplexAbs
ComplexAbs( const ::tensorflow::Scope & scope, ::tensorflow::Input x, const ComplexAbs::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Tout
Attrs Tout( DataType x )