tensor akışı:: işlem:: Asın
#include <math_ops.h>
X'in trignometrik ters sinüsünü eleman bazında hesaplar.
Özet
tf.math.asin
işlemi tf.math.sin
tersini döndürür; öyle ki, eğer y = tf.math.sin(x)
ise x = tf.math.asin(y)
olur.
Not : tf.math.asin
çıktısı ters çevrilebilir sinüs aralığında 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.sin(x) # [0.8659266, 0.7068252]
tf.math.asin(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 | |
---|---|
Asin (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
Asın
Asin( 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