tensorflow :: ops :: Atan
#include <math_ops.h>
Menghitung tangen invers trignometri dari elemen x.
Ringkasan
Operasi tf.math.atan
mengembalikan inversi dari tf.math.tan
, sehingga jika y = tf.math.tan(x)
lalu, x = tf.math.atan(y)
.
Catatan : Output dari tf.math.atan
akan berada dalam rentang yang dapat dibalik dari tan, yaitu (-pi / 2, pi / 2).
Sebagai contoh:
# 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:
- scope: Objek Scope
Pengembalian:
-
Output
: Tensor y.
Pembuat dan Penghancur | |
---|---|
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
y
::tensorflow::Output y
Fungsi publik
Atan
Atan( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
simpul
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Keluaran
operator::tensorflow::Output() const