aliran tensor:: operasi:: Atan
#include <math_ops.h>
Menghitung invers tangen trigonometri dari elemen x.
Ringkasan
Operasi tf.math.atan
mengembalikan kebalikan dari tf.math.tan
, sehingga jika y = tf.math.tan(x)
maka, x = tf.math.atan(y)
.
Catatan : Output dari tf.math.atan
akan berada dalam rentang tan yang dapat dibalik, yaitu (-pi/2, pi/2).
Misalnya:
# Note: [1.047, 0.785] ~= [(pi/3), (pi/4)] x = tf.constant([1.047, 0.785]) y = tf.math.tan(x) # [1.731261, 0.99920404]
tf.math.atan(y) # [1.047, 0.785] = x
Argumen:
- ruang lingkup: Objek Lingkup
Pengembalian:
-
Output
: Tensor y.
Konstruktor dan Destruktor | |
---|---|
Atan (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Atribut publik | |
---|---|
operation | |
y |
Fungsi publik | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atribut publik
operasi
Operation operation
kamu
::tensorflow::Output y
Fungsi publik
Atan
Atan( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
simpul
::tensorflow::Node * node() const
operator::tensorflow::Masukan
operator::tensorflow::Input() const
operator::tensorflow::Keluaran
operator::tensorflow::Output() const