テンソルフロー::作戦::本物
#include <math_ops.h>
複素数の実部を返します。
まとめ
複素数のテンソルinput
を指定すると、この演算は、 input
の各要素の実部であるfloat
型のテンソルを返します。 input
内のすべての要素は、次の形式の複素数である必要があります。 \(a + bj\)ここで、 a はこの演算によって返される実数部、 bは虚数部です。
例えば:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.real(input) ==> [-2.25, 3.25]
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
: 出力テンソル。
コンストラクターとデストラクター | |
---|---|
Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Real::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
output |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Tout (DataType x) |
構造体 | |
---|---|
tensorflow:: ops:: Real:: Attrs | Realのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
出力
::tensorflow::Output output
公共機能
本物
Real( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
本物
Real( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const Real::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
客引き
Attrs Tout( DataType x )