aliran tensor:: operasi:: Nyata
#include <math_ops.h>
Mengembalikan bagian real dari bilangan kompleks.
Ringkasan
Mengingat input
tensor bilangan kompleks, operasi ini mengembalikan tensor bertipe float
yang merupakan bagian nyata dari setiap elemen dalam input
. Semua elemen yang input
harus berbentuk bilangan kompleks \(a + bj\), dimana a adalah bagian real yang dihasilkan oleh operasi ini dan b adalah bagian imajiner.
Misalnya:
# tensor 'input' is [-2.25 + 4.75j, 3.25 + 5.75j] tf.real(input) ==> [-2.25, 3.25]
Argumen:
- ruang lingkup: Objek Lingkup
Pengembalian:
-
Output
: Tensor keluaran.
Konstruktor dan Destruktor | |
---|---|
Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input) | |
Real (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const Real::Attrs & attrs) |
Atribut publik | |
---|---|
operation | |
output |
Fungsi publik | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fungsi statis publik | |
---|---|
Tout (DataType x) |
Struktur | |
---|---|
tensorflow:: ops:: Nyata:: Attrs | Penyetel atribut opsional untuk Real . |
Atribut publik
operasi
Operation operation
keluaran
::tensorflow::Output output
Fungsi publik
Nyata
Real( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
Nyata
Real( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const Real::Attrs & attrs )
simpul
::tensorflow::Node * node() const
operator::tensorflow::Masukan
operator::tensorflow::Input() const
operator::tensorflow::Keluaran
operator::tensorflow::Output() const
Fungsi statis publik
Mengintip
Attrs Tout( DataType x )