テンソルフロー::作戦::複雑な腹筋
#include <math_ops.h>テンソルの複素絶対値を計算します。
まとめ
複素数のテンソルxを指定すると、この演算はxの各要素の絶対値であるfloatまたはdouble型のテンソルを返します。 xのすべての要素は次の形式の複素数でなければなりません \(a + bj\)。絶対値は次のように計算されます。 \( {a^2 + b^2}\)。
引数:
- スコープ:スコープオブジェクト
戻り値:
-  Output: y テンソル。
| コンストラクターとデストラクター | |
|---|---|
| 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 )