تدفق التوتر:: العمليات:: كومبلكس أبس

#include <math_ops.h>

يحسب القيمة المطلقة المعقدة للموتر.

ملخص

بالنظر إلى موتر x من الأعداد المركبة، تُرجع هذه العملية موترًا من النوع float أو double وهو القيمة المطلقة لكل عنصر في x . يجب أن تكون جميع العناصر في x أرقامًا مركبة بالصيغة \(a + bj\). يتم حساب القيمة المطلقة كـ \( {a^2 + b^2}\).

الحجج:

عائدات:

البنائين والمدمرين

ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x)
ComplexAbs (const :: tensorflow::Scope & scope, :: tensorflow::Input x, const ComplexAbs::Attrs & attrs)

الصفات العامة

operation
y

الوظائف العامة

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

وظائف ثابتة العامة

Tout (DataType x)

الهياكل

Tensorflow:: ops:: ComplexAbs:: Attrs

محددات السمات الاختيارية لـ ComplexAbs .

الصفات العامة

عملية

Operation operation

ذ

::tensorflow::Output y

الوظائف العامة

كومبلكس أبس

 ComplexAbs(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x
)

كومبلكس أبس

 ComplexAbs(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  const ComplexAbs::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

المشغل::tensorflow::الإدخال

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

وظائف ثابتة العامة

توت

Attrs Tout(
  DataType x
)