نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: معقد

#include <math_ops.h>

تحويل عددين حقيقيين إلى عدد مركب.

ملخص

وبالنظر إلى موتر real الذي يمثل جزء حقيقي من عدد معقدة، وموتر imag تمثل الجزء التخيلي من العدد المركب، وهذا يعود عملية الأعداد المركبة elementwise النموذج \(a + bj\)، حيث يمثل و real جزء ويمثل ب على imag جزء.

يجب أن يكون لموترات الإدخال real imag نفس الشكل.

على سبيل المثال:

# tensor 'real' is [2.25, 3.25]
# tensor `imag` is [4.75, 5.75]
tf.complex(real, imag) ==> [[2.25 + 4.75j], [3.25 + 5.75j]]

الحجج:

عائدات:

  • Output : الموتر الخارج.

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

Complex (const :: tensorflow::Scope & scope, :: tensorflow::Input real, :: tensorflow::Input imag)
Complex (const :: tensorflow::Scope & scope, :: tensorflow::Input real, :: tensorflow::Input imag, const Complex::Attrs & attrs)

السمات العامة

operation
out

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

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

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

Tout (DataType x)

الهياكل

tensorflow :: ops :: Complex :: Attrs

اضعي السمة الاختيارية لل مجمع .

السمات العامة

عملية

Operation operation

خارج

::tensorflow::Output out

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

معقد

 Complex(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input real,
  ::tensorflow::Input imag
)

معقد

 Complex(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input real,
  ::tensorflow::Input imag,
  const Complex::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const 

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

توت

Attrs Tout(
  DataType x
)