tensorflow :: ops :: Atanh
#include <math_ops.h>
X elemanının ters hiperbolik tanjantını hesaplar.
Özet
Bir giriş tensörü verildiğinde, bu fonksiyon tensördeki her eleman için ters hiperbolik tanjantı hesaplar. Giriş aralığı [-1,1]
ve çıkış aralığı [-inf, inf]
. Giriş -1
, çıkış -inf
ve giriş 1
ise çıkış inf
olacaktır. Aralığın dışındaki değerlerin çıktı olarak nan
olacaktır.
x = tf.constant([-float("inf"), -1, -0.5, 1, 0, 0.5, 10, float("inf")]) tf.math.atanh(x) ==> [nan -inf -0.54930615 inf 0. 0.54930615 nan nan]
Argümanlar:
- kapsam: Bir Scope nesnesi
İadeler:
-
Output
: y tensörü.
Yapıcılar ve Yıkıcılar | |
---|---|
Atanh (const :: tensorflow::Scope & scope, :: tensorflow::Input x) |
Genel özellikler | |
---|---|
operation | |
y |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel özellikler
operasyon
Operation operation
y
::tensorflow::Output y
Kamusal işlevler
Atanh
Atanh( const ::tensorflow::Scope & scope, ::tensorflow::Input x )
düğüm
::tensorflow::Node * node() const
operator :: tensorflow :: Girdi
operator::tensorflow::Input() const
operator :: tensorflow :: Çıktı
operator::tensorflow::Output() const