tensör akışı:: işlem:: Atan
#include <math_ops.h>
x'in trignometrik ters tanjantını eleman bazında hesaplar.
Özet
tf.math.atan
işlemi tf.math.tan
tersini döndürür; öyle ki, eğer y = tf.math.tan(x)
ise x = tf.math.atan(y)
olur.
Not : tf.math.atan
çıktısı tan'ın ters çevrilebilir aralığı içinde olacaktır, yani (-pi/2, pi/2).
Örneğin:
# 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
Argümanlar:
- kapsam: Bir Kapsam nesnesi
İade:
-
Output
: y tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Atan (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Genel özellikler | |
---|---|
operation | |
y |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
sen
::tensorflow::Output y
Kamu işlevleri
Atan
Atan( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const