テンソルフロー::作戦::複雑な腹筋

#include <math_ops.h>

テンソルの複素絶対値を計算します。

まとめ

複素数のテンソルxを指定すると、この演算はxの各要素の絶対値であるfloatまたはdouble型のテンソルを返します。 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

y

::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
)